Html Css Color HEX #6444AA Royal Purple

📋 copy color: '#6444AA'

red 100 ◦ green 68 ◦ blue 170

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

Shades of Royal Purple #6444AA

Tints of Royal Purple #6444AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 29.59%
G = 20.12%
B = 50.3%

CMYK

 C value IS 0.41

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6444AA (or 0x6444AA) is known color: Royal Purple. HEX triplet: 64, 44 and AA. RGB value is (100,68,170). Sum of RGB (Red+Green+Blue) = 100+68+170=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6444AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6444AA is #9BBB55. Grayscale: #585858. Windows color (decimal): -10206038 or 11158628. OLE color: 11158628.

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

Color convert

RGB 100 68 170 -
CMYK 0.41 0.6 0 0.33
HSL 258.82º 0.43% 0.47% -
HSV(B) 258.82º 0.6% 0.67% -
XYZ 14.58 9.75 39.14 -
YUV 89.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 100 68 170 0.41 0.6 0 0.33 258.82 0.43 0.47
Hex 64 44 AA 29 3C 0 21 103 2B 2F
Octal 144 104 252 51 74 0 41 403 53 57
Binary 1100100 1000100 10101010 101001 111100 0 100001 100000011 101011 101111

Color Harmonies of #6444AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6444AA

Black with #6444AA

Text Example


Text Example

White with #6444AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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