Html Css Color HEX #6115AE Purple Heart

📋 copy color: '#6115AE'

red 97 ◦ green 21 ◦ blue 174

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

Shades of Purple Heart #6115AE

Tints of Purple Heart #6115AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 33.22%
G = 7.19%
B = 59.59%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6115AE (or 0x6115AE) is known color: Purple Heart. HEX triplet: 61, 15 and AE. RGB value is (97,21,174). Sum of RGB (Red+Green+Blue) = 97+21+174=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #6115AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6115AE is #9EEA51. Grayscale: #3C3C3C. Windows color (decimal): -10414674 or 11408737. OLE color: 11408737.

HSL color Cylindrical-coordinate representation of color #6115AE: hue angle of 269.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6115AE is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 21 174 -
CMYK 0.44 0.88 0 0.32
HSL 269.8º 0.78% 0.38% -
HSV(B) 269.8º 0.88% 0.68% -
XYZ 12.84 6.13 40.55 -
YUV 61.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 97 21 174 0.44 0.88 0 0.32 269.8 0.78 0.38
Hex 61 15 AE 2C 58 0 20 10E 4E 26
Octal 141 25 256 54 130 0 40 416 116 46
Binary 1100001 10101 10101110 101100 1011000 0 100000 100001110 1001110 100110

Color Harmonies of #6115AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115AE

Black with #6115AE

Text Example


Text Example

White with #6115AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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