Html Css Color HEX #6441AA Royal Purple

📋 copy color: '#6441AA'

red 100 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #6441AA

Tints of Royal Purple #6441AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 29.85%
G = 19.4%
B = 50.75%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6441AA (or 0x6441AA) is known color: Royal Purple. HEX triplet: 64, 41 and AA. RGB value is (100,65,170). Sum of RGB (Red+Green+Blue) = 100+65+170=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #6441AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6441AA is #9BBE55. Grayscale: #575757. Windows color (decimal): -10206806 or 11157860. OLE color: 11157860.

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

Color convert

RGB 100 65 170 -
CMYK 0.41 0.62 0 0.33
HSL 260º 0.45% 0.46% -
HSV(B) 260º 0.62% 0.67% -
XYZ 14.4 9.39 39.08 -
YUV 87.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 100 65 170 0.41 0.62 0 0.33 260 0.45 0.46
Hex 64 41 AA 29 3E 0 21 104 2D 2E
Octal 144 101 252 51 76 0 41 404 55 56
Binary 1100100 1000001 10101010 101001 111110 0 100001 100000100 101101 101110

Color Harmonies of #6441AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441AA

Black with #6441AA

Text Example


Text Example

White with #6441AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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