Html Css Color HEX #6441AB Royal Purple

📋 copy color: '#6441AB'

red 100 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #6441AB

Tints of Royal Purple #6441AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 29.76%
G = 19.35%
B = 50.89%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6441AB (or 0x6441AB) is known color: Royal Purple. HEX triplet: 64, 41 and AB. RGB value is (100,65,171). Sum of RGB (Red+Green+Blue) = 100+65+171=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #6441AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6441AB is #9BBE54. Grayscale: #575757. Windows color (decimal): -10206805 or 11223396. OLE color: 11223396.

HSL color Cylindrical-coordinate representation of color #6441AB: hue angle of 259.81º 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 #6441AB is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 65 171 -
CMYK 0.42 0.62 0 0.33
HSL 259.81º 0.45% 0.46% -
HSV(B) 259.81º 0.62% 0.67% -
XYZ 14.5 9.43 39.58 -
YUV 87.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 100 65 171 0.42 0.62 0 0.33 259.81 0.45 0.46
Hex 64 41 AB 2A 3E 0 21 104 2D 2E
Octal 144 101 253 52 76 0 41 404 55 56
Binary 1100100 1000001 10101011 101010 111110 0 100001 100000100 101101 101110

Color Harmonies of #6441AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441AB

Black with #6441AB

Text Example


Text Example

White with #6441AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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