Html Css Color HEX #6416AB Purple Heart

📋 copy color: '#6416AB'

red 100 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #6416AB

Tints of Purple Heart #6416AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 34.13%
G = 7.51%
B = 58.36%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6416AB (or 0x6416AB) is known color: Purple Heart. HEX triplet: 64, 16 and AB. RGB value is (100,22,171). Sum of RGB (Red+Green+Blue) = 100+22+171=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #6416AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6416AB is #9BE954. Grayscale: #3D3D3D. Windows color (decimal): -10217813 or 11212388. OLE color: 11212388.

HSL color Cylindrical-coordinate representation of color #6416AB: hue angle of 271.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6416AB is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 22 171 -
CMYK 0.42 0.87 0 0.33
HSL 271.41º 0.77% 0.38% -
HSV(B) 271.41º 0.87% 0.67% -
XYZ 12.89 6.22 39.05 -
YUV 62.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 100 22 171 0.42 0.87 0 0.33 271.41 0.77 0.38
Hex 64 16 AB 2A 57 0 21 10F 4D 26
Octal 144 26 253 52 127 0 41 417 115 46
Binary 1100100 10110 10101011 101010 1010111 0 100001 100001111 1001101 100110

Color Harmonies of #6416AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6416AB

Black with #6416AB

Text Example


Text Example

White with #6416AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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