Html Css Color HEX #6115BD Purple Heart

📋 copy color: '#6115BD'

red 97 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #6115BD

Tints of Purple Heart #6115BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.56%

R = 31.6%
G = 6.84%
B = 61.56%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6115BD (or 0x6115BD) is known color: Purple Heart. HEX triplet: 61, 15 and BD. RGB value is (97,21,189). Sum of RGB (Red+Green+Blue) = 97+21+189=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #6115BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115BD is #9EEA42. Grayscale: #3E3E3E. Windows color (decimal): -10414659 or 12391777. OLE color: 12391777.

HSL color Cylindrical-coordinate representation of color #6115BD: hue angle of 267.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6115BD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 21 189 -
CMYK 0.49 0.89 0 0.26
HSL 267.14º 0.8% 0.41% -
HSV(B) 267.14º 0.89% 0.74% -
XYZ 14.38 6.75 48.69 -
YUV 62.88 199.18 152.34 -
System Red Green Blue C M Y K H S L
Decimal 97 21 189 0.49 0.89 0 0.26 267.14 0.8 0.41
Hex 61 15 BD 31 59 0 1A 10B 50 29
Octal 141 25 275 61 131 0 32 413 120 51
Binary 1100001 10101 10111101 110001 1011001 0 11010 100001011 1010000 101001

Color Harmonies of #6115BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115BD

Black with #6115BD

Text Example


Text Example

White with #6115BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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