#6f25a4

Color #6F25A4 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6F25A4

Tints of Royal Purple #6F25A4

Color information

#6F25A4 (or 0x6F25A4) is unknown color: approx Royal Purple. HEX triplet: 6F, 25 and A4. RGB value is (111,37,164). Sum of RGB (Red+Green+Blue) = 111+37+164=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F25A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F25A4 is #90DA5B. Grayscale: #494949. Windows color (decimal): -9493084 or 10757487. OLE color: 10757487.

HSL color Cylindrical-coordinate representation of color #6F25A4: hue angle of 274.96º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F25A4 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11137164-
CMYK0.320.7700.36
HSL274.96º63.18%39.41%-
HSV(B)274.96º77.44%64.31%-
XYZ13.927.3835.81-
YUV73.6179.02154.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=35.58%
G=11.86%
B=52.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111371640.320.7700.36274.9663.1839.41
Hex6F25A4204D0241133f27
Octal15745244401150444237747
Binary11011111001011010010010000010011010100100100010011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f25a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6f25a4; }

 p { color: rgb(111,37,164); }

 H1.HeaderClassName
 {
   color: #6f25a4;
 }
 .AnyTagClassName
 {
   color: #6f25a4;
 }
</style>
background-color css

<style>
 a { background-color: #6f25a4; }

 a { background-color: rgb(111,37,164); }

 div.DivClassName
 {
   background-color: #6f25a4;
 }
 .BgClassName
 {
   background-color: #6f25a4;
 }
</style>
border-color css

<style>
 span { border-color: #6f25a4; }

 span { border-color: rgb(111,37,164); }

 td.TdClassName
 {
   border-color: #6f25a4;
 }
 .TagClassName
 {
   border-color: #6f25a4;
 }
</style>