Html Css Color HEX #6115AB Purple Heart

📋 copy color: '#6115AB'

red 97 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #6115AB

Tints of Purple Heart #6115AB

RGB

 RED value IS 97 (38.28% from 255) = 33.56%

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

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

R = 33.56%
G = 7.27%
B = 59.17%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6115AB (or 0x6115AB) is known color: Purple Heart. HEX triplet: 61, 15 and AB. RGB value is (97,21,171). Sum of RGB (Red+Green+Blue) = 97+21+171=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #6115AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6115AB is #9EEA54. Grayscale: #3C3C3C. Windows color (decimal): -10414677 or 11212129. OLE color: 11212129.

HSL color Cylindrical-coordinate representation of color #6115AB: hue angle of 270.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 #6115AB is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 21 171 -
CMYK 0.43 0.88 0 0.33
HSL 270.4º 0.78% 0.38% -
HSV(B) 270.4º 0.88% 0.67% -
XYZ 12.55 6.02 39.03 -
YUV 60.82 190.18 153.8 -
System Red Green Blue C M Y K H S L
Decimal 97 21 171 0.43 0.88 0 0.33 270.4 0.78 0.38
Hex 61 15 AB 2B 58 0 21 10E 4E 26
Octal 141 25 253 53 130 0 41 416 116 46
Binary 1100001 10101 10101011 101011 1011000 0 100001 100001110 1001110 100110

Color Harmonies of #6115AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115AB

Black with #6115AB

Text Example


Text Example

White with #6115AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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