Html Css Color HEX #6442A6 Royal Purple

📋 copy color: '#6442A6'

red 100 ◦ green 66 ◦ blue 166

#6442A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6442A6

Tints of Royal Purple #6442A6

RGB

 RED value IS 100 (39.45% from 255) = 30.12%

 GREEN value IS 66 (26.17% from 255) = 19.88%

 BLUE value IS 166 (65.23% from 255) = 50%

R = 30.12%
G = 19.88%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6442A6 (or 0x6442A6) is known color: Royal Purple. HEX triplet: 64, 42 and A6. RGB value is (100,66,166). Sum of RGB (Red+Green+Blue) = 100+66+166=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #6442A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6442A6 is #9BBD59. Grayscale: #575757. Windows color (decimal): -10206554 or 10895972. OLE color: 10895972.

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

Color convert

RGB 100 66 166 -
CMYK 0.40 0.60 0 0.35
HSL 260.4º 0.43% 0.45% -
HSV(B) 260.4º 0.6% 0.65% -
XYZ 14.09 9.36 37.14 -
YUV 87.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 100 66 166 0.40 0.60 0 0.35 260.4 0.43 0.45
Hex 64 42 A6 28 3C 0 23 104 2B 2D
Octal 144 102 246 50 74 0 43 404 53 55
Binary 1100100 1000010 10100110 101000 111100 0 100011 100000100 101011 101101

Color Harmonies of #6442A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6442A6

Black with #6442A6

Text Example


Text Example

White with #6442A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6442A6;
 }
 .AnyTagClassName
 {
   color: #6442A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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