Html Css Color HEX #6615AB Purple Heart

📋 copy color: '#6615AB'

red 102 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #6615AB

Tints of Purple Heart #6615AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

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

R = 34.69%
G = 7.14%
B = 58.16%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6615AB (or 0x6615AB) is known color: Purple Heart. HEX triplet: 66, 15 and AB. RGB value is (102,21,171). Sum of RGB (Red+Green+Blue) = 102+21+171=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #6615AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6615AB is #99EA54. Grayscale: #3D3D3D. Windows color (decimal): -10086997 or 11212134. OLE color: 11212134.

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

Color convert

RGB 102 21 171 -
CMYK 0.40 0.88 0 0.33
HSL 272.4º 0.78% 0.38% -
HSV(B) 272.4º 0.88% 0.67% -
XYZ 13.1 6.3 39.05 -
YUV 62.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 102 21 171 0.40 0.88 0 0.33 272.4 0.78 0.38
Hex 66 15 AB 28 58 0 21 110 4E 26
Octal 146 25 253 50 130 0 41 420 116 46
Binary 1100110 10101 10101011 101000 1011000 0 100001 100010000 1001110 100110

Color Harmonies of #6615AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6615AB

Black with #6615AB

Text Example


Text Example

White with #6615AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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