#6F419B

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

Shades of Royal Purple #6F419B

Tints of Royal Purple #6F419B

Color information

#6F419B (or 0x6F419B) is unknown color: approx Royal Purple. HEX triplet: 6F, 41 and 9B. RGB value is (111,65,155). Sum of RGB (Red+Green+Blue) = 111+65+155=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F419B is #90BE64. Grayscale: #585858. Windows color (decimal): -9485925 or 10174831. OLE color: 10174831.

HSL color Cylindrical-coordinate representation of color #6F419B: hue angle of 270.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F419B is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11165155-
CMYK0.280.5800.39
HSL270.67º40.91%43.14%-
HSV(B)270.67º58.06%60.78%-
XYZ14.369.5332.09-
YUV89.01165.24143.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.53%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=33.53%
G=19.64%
B=46.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111651550.280.5800.39270.6740.9143.14
Hex6F419B1C3A02710f292b
Octal15710123334720474175153
Binary1101111100000110011011111001110100100111100001111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,155); }

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

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

 a { background-color: rgb(111,65,155); }

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

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

 span { border-color: rgb(111,65,155); }

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