Html Css Color HEX #6115AD Purple Heart

📋 copy color: '#6115AD'

red 97 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #6115AD

Tints of Purple Heart #6115AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 33.33%
G = 7.22%
B = 59.45%

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

#6115AD (or 0x6115AD) is known color: Purple Heart. HEX triplet: 61, 15 and AD. RGB value is (97,21,173). Sum of RGB (Red+Green+Blue) = 97+21+173=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #6115AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6115AD is #9EEA52. Grayscale: #3C3C3C. Windows color (decimal): -10414675 or 11343201. OLE color: 11343201.

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

Color convert

RGB 97 21 173 -
CMYK 0.44 0.88 0 0.32
HSL 270º 0.78% 0.38% -
HSV(B) 270º 0.88% 0.68% -
XYZ 12.74 6.09 40.04 -
YUV 61.05 191.18 153.64 -
System Red Green Blue C M Y K H S L
Decimal 97 21 173 0.44 0.88 0 0.32 270 0.78 0.38
Hex 61 15 AD 2C 58 0 20 10E 4E 26
Octal 141 25 255 54 130 0 40 416 116 46
Binary 1100001 10101 10101101 101100 1011000 0 100000 100001110 1001110 100110

Color Harmonies of #6115AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115AD

Black with #6115AD

Text Example


Text Example

White with #6115AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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