#6C42B4

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

Shades of Royal Purple #6C42B4

Tints of Royal Purple #6C42B4

Color information

#6C42B4 (or 0x6C42B4) is unknown color: approx Royal Purple. HEX triplet: 6C, 42 and B4. RGB value is (108,66,180). Sum of RGB (Red+Green+Blue) = 108+66+180=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C42B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C42B4 is #93BD4B. Grayscale: #5B5B5B. Windows color (decimal): -9682252 or 11813484. OLE color: 11813484.

HSL color Cylindrical-coordinate representation of color #6C42B4: hue angle of 262.11º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C42B4 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10866180-
CMYK0.400.6300.29
HSL262.11º46.34%48.24%-
HSV(B)262.11º63.33%70.59%-
XYZ16.3710.3844.32-
YUV91.55177.91139.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.51%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 180 (70.70% from 255) = 50.85%
R=30.51%
G=18.64%
B=50.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108661800.400.6300.29262.1146.3448.24
Hex6C42B4283F01D1062e30
Octal15410226450770354065660
Binary1101100100001010110100101000111111011101100000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C42B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,66,180); }

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

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

 a { background-color: rgb(108,66,180); }

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

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

 span { border-color: rgb(108,66,180); }

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