Html Css Color HEX #6449AA Royal Purple

📋 copy color: '#6449AA'

red 100 ◦ green 73 ◦ blue 170

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

Shades of Royal Purple #6449AA

Tints of Royal Purple #6449AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

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

R = 29.15%
G = 21.28%
B = 49.56%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6449AA (or 0x6449AA) is known color: Royal Purple. HEX triplet: 64, 49 and AA. RGB value is (100,73,170). Sum of RGB (Red+Green+Blue) = 100+73+170=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #6449AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6449AA is #9BB655. Grayscale: #5B5B5B. Windows color (decimal): -10204758 or 11159908. OLE color: 11159908.

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

Color convert

RGB 100 73 170 -
CMYK 0.41 0.57 0 0.33
HSL 256.7º 0.4% 0.48% -
HSV(B) 256.7º 0.57% 0.67% -
XYZ 14.89 10.38 39.25 -
YUV 92.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 100 73 170 0.41 0.57 0 0.33 256.7 0.4 0.48
Hex 64 49 AA 29 39 0 21 101 28 30
Octal 144 111 252 51 71 0 41 401 50 60
Binary 1100100 1001001 10101010 101001 111001 0 100001 100000001 101000 110000

Color Harmonies of #6449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449AA

Black with #6449AA

Text Example


Text Example

White with #6449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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