#6B42B5

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

Shades of Royal Purple #6B42B5

Tints of Royal Purple #6B42B5

Color information

#6B42B5 (or 0x6B42B5) is unknown color: approx Royal Purple. HEX triplet: 6B, 42 and B5. RGB value is (107,66,181). Sum of RGB (Red+Green+Blue) = 107+66+181=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #6B42B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B42B5 is #94BD4A. Grayscale: #5A5A5A. Windows color (decimal): -9747787 or 11879019. OLE color: 11879019.

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

Color convert

RGB10766181-
CMYK0.410.6400.29
HSL261.39º46.56%48.43%-
HSV(B)261.39º63.54%70.98%-
XYZ16.3510.3644.85-
YUV91.37178.58139.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.23%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=30.23%
G=18.64%
B=51.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal107661810.410.6400.29261.3946.5648.43
Hex6B42B5294001D1052f30
Octal153102265511000354055760
Binary11010111000010101101011010011000000011101100000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B42B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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