#6442A4

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

Shades of Royal Purple #6442A4

Tints of Royal Purple #6442A4

Color information

#6442A4 (or 0x6442A4) is unknown color: approx Royal Purple. HEX triplet: 64, 42 and A4. RGB value is (100,66,164). Sum of RGB (Red+Green+Blue) = 100+66+164=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #6442A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6442A4 is #9BBD5B. Grayscale: #565656. Windows color (decimal): -10206556 or 10764900. OLE color: 10764900.

HSL color Cylindrical-coordinate representation of color #6442A4: hue angle of 260.82º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6442A4 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10066164-
CMYK0.390.6000.36
HSL260.82º42.61%45.1%-
HSV(B)260.82º59.76%64.31%-
XYZ13.99.2936.18-
YUV87.34171.26137.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 164 (64.45% from 255) = 49.70%
R=30.30%
G=20%
B=49.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100661640.390.6000.36260.8242.6145.1
Hex6442A4273C0241052b2d
Octal14410224447740444055355
Binary11001001000010101001001001111111000100100100000101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6442A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6442A4; }

 p { color: rgb(100,66,164); }

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

<style>
 a { background-color: #6442A4; }

 a { background-color: rgb(100,66,164); }

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

<style>
 span { border-color: #6442A4; }

 span { border-color: rgb(100,66,164); }

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