#6F429C

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

Shades of Royal Purple #6F429C

Tints of Royal Purple #6F429C

Color information

#6F429C (or 0x6F429C) is unknown color: approx Royal Purple. HEX triplet: 6F, 42 and 9C. RGB value is (111,66,156). Sum of RGB (Red+Green+Blue) = 111+66+156=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F429C is #90BD63. Grayscale: #595959. Windows color (decimal): -9485668 or 10240623. OLE color: 10240623.

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

Color convert

RGB11166156-
CMYK0.290.5800.39
HSL270º40.54%43.53%-
HSV(B)270º57.69%61.18%-
XYZ14.59.6832.56-
YUV89.72165.41143.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=33.33%
G=19.82%
B=46.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111661560.290.5800.3927040.5443.53
Hex6F429C1D3A02710e292c
Octal15710223435720474165154
Binary1101111100001010011100111011110100100111100001110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,156); }

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

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

 a { background-color: rgb(111,66,156); }

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

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

 span { border-color: rgb(111,66,156); }

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