Html Css Color HEX #6115BF Purple Heart

📋 copy color: '#6115BF'

red 97 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #6115BF

Tints of Purple Heart #6115BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.81%

R = 31.39%
G = 6.8%
B = 61.81%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6115BF (or 0x6115BF) is known color: Purple Heart. HEX triplet: 61, 15 and BF. RGB value is (97,21,191). Sum of RGB (Red+Green+Blue) = 97+21+191=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6115BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115BF is #9EEA40. Grayscale: #3E3E3E. Windows color (decimal): -10414657 or 12522849. OLE color: 12522849.

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

Color convert

RGB 97 21 191 -
CMYK 0.49 0.89 0 0.25
HSL 266.82º 0.8% 0.42% -
HSV(B) 266.82º 0.89% 0.75% -
XYZ 14.6 6.84 49.84 -
YUV 63.1 200.18 152.18 -
System Red Green Blue C M Y K H S L
Decimal 97 21 191 0.49 0.89 0 0.25 266.82 0.8 0.42
Hex 61 15 BF 31 59 0 19 10B 50 2A
Octal 141 25 277 61 131 0 31 413 120 52
Binary 1100001 10101 10111111 110001 1011001 0 11001 100001011 1010000 101010

Color Harmonies of #6115BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115BF

Black with #6115BF

Text Example


Text Example

White with #6115BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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