Html Css Color HEX #6411AB Purple Heart

📋 copy color: '#6411AB'

red 100 ◦ green 17 ◦ blue 171

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

Shades of Purple Heart #6411AB

Tints of Purple Heart #6411AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 34.72%
G = 5.9%
B = 59.38%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6411AB (or 0x6411AB) is known color: Purple Heart. HEX triplet: 64, 11 and AB. RGB value is (100,17,171). Sum of RGB (Red+Green+Blue) = 100+17+171=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #6411AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6411AB is #9BEE54. Grayscale: #3A3A3A. Windows color (decimal): -10219093 or 11211108. OLE color: 11211108.

HSL color Cylindrical-coordinate representation of color #6411AB: hue angle of 272.34º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6411AB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 17 171 -
CMYK 0.42 0.90 0 0.33
HSL 272.34º 0.82% 0.37% -
HSV(B) 272.34º 0.9% 0.67% -
XYZ 12.81 6.05 39.02 -
YUV 59.37 191 156.98 -
System Red Green Blue C M Y K H S L
Decimal 100 17 171 0.42 0.90 0 0.33 272.34 0.82 0.37
Hex 64 11 AB 2A 5A 0 21 110 52 25
Octal 144 21 253 52 132 0 41 420 122 45
Binary 1100100 10001 10101011 101010 1011010 0 100001 100010000 1010010 100101

Color Harmonies of #6411AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411AB

Black with #6411AB

Text Example


Text Example

White with #6411AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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