#6B42B4

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

Shades of Royal Purple #6B42B4

Tints of Royal Purple #6B42B4

Color information

#6B42B4 (or 0x6B42B4) is unknown color: approx Royal Purple. HEX triplet: 6B, 42 and B4. RGB value is (107,66,180). Sum of RGB (Red+Green+Blue) = 107+66+180=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B42B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B42B4 is #94BD4B. Grayscale: #5A5A5A. Windows color (decimal): -9747788 or 11813483. OLE color: 11813483.

HSL color Cylindrical-coordinate representation of color #6B42B4: hue angle of 261.58º 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 #6B42B4 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10766180-
CMYK0.410.6300.29
HSL261.58º46.34%48.24%-
HSV(B)261.58º63.33%70.59%-
XYZ16.2510.3244.32-
YUV91.26178.08139.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.31%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 180 (70.70% from 255) = 50.99%
R=30.31%
G=18.70%
B=50.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal107661800.410.6300.29261.5846.3448.24
Hex6B42B4293F01D1062e30
Octal15310226451770354065660
Binary1101011100001010110100101001111111011101100000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B42B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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