Html Css Color HEX #6616AB Purple Heart

📋 copy color: '#6616AB'

red 102 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #6616AB

Tints of Purple Heart #6616AB

RGB

 RED value IS 102 (40.23% from 255) = 34.58%

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

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

R = 34.58%
G = 7.46%
B = 57.97%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6616AB (or 0x6616AB) is known color: Purple Heart. HEX triplet: 66, 16 and AB. RGB value is (102,22,171). Sum of RGB (Red+Green+Blue) = 102+22+171=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #6616AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6616AB is #99E954. Grayscale: #3E3E3E. Windows color (decimal): -10086741 or 11212390. OLE color: 11212390.

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

Color convert

RGB 102 22 171 -
CMYK 0.40 0.87 0 0.33
HSL 272.21º 0.77% 0.38% -
HSV(B) 272.21º 0.87% 0.67% -
XYZ 13.12 6.34 39.06 -
YUV 62.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 102 22 171 0.40 0.87 0 0.33 272.21 0.77 0.38
Hex 66 16 AB 28 57 0 21 110 4D 26
Octal 146 26 253 50 127 0 41 420 115 46
Binary 1100110 10110 10101011 101000 1010111 0 100001 100010000 1001101 100110

Color Harmonies of #6616AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616AB

Black with #6616AB

Text Example


Text Example

White with #6616AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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