Html Css Color HEX #6442AA Royal Purple

📋 copy color: '#6442AA'

red 100 ◦ green 66 ◦ blue 170

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

Shades of Royal Purple #6442AA

Tints of Royal Purple #6442AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 29.76%
G = 19.64%
B = 50.6%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6442AA (or 0x6442AA) is known color: Royal Purple. HEX triplet: 64, 42 and AA. RGB value is (100,66,170). Sum of RGB (Red+Green+Blue) = 100+66+170=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6442AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6442AA is #9BBD55. Grayscale: #575757. Windows color (decimal): -10206550 or 11158116. OLE color: 11158116.

HSL color Cylindrical-coordinate representation of color #6442AA: hue angle of 259.62º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6442AA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 66 170 -
CMYK 0.41 0.61 0 0.33
HSL 259.62º 0.44% 0.46% -
HSV(B) 259.62º 0.61% 0.67% -
XYZ 14.46 9.51 39.1 -
YUV 88.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 100 66 170 0.41 0.61 0 0.33 259.62 0.44 0.46
Hex 64 42 AA 29 3D 0 21 104 2C 2E
Octal 144 102 252 51 75 0 41 404 54 56
Binary 1100100 1000010 10101010 101001 111101 0 100001 100000100 101100 101110

Color Harmonies of #6442AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6442AA

Black with #6442AA

Text Example


Text Example

White with #6442AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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