Html Css Color HEX #6115BB Purple Heart

📋 copy color: '#6115BB'

red 97 ◦ green 21 ◦ blue 187

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

Shades of Purple Heart #6115BB

Tints of Purple Heart #6115BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 31.8%
G = 6.89%
B = 61.31%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6115BB (or 0x6115BB) is known color: Purple Heart. HEX triplet: 61, 15 and BB. RGB value is (97,21,187). Sum of RGB (Red+Green+Blue) = 97+21+187=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #6115BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115BB is #9EEA44. Grayscale: #3E3E3E. Windows color (decimal): -10414661 or 12260705. OLE color: 12260705.

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

Color convert

RGB 97 21 187 -
CMYK 0.48 0.89 0 0.27
HSL 267.47º 0.8% 0.41% -
HSV(B) 267.47º 0.89% 0.73% -
XYZ 14.17 6.67 47.55 -
YUV 62.65 198.18 152.5 -
System Red Green Blue C M Y K H S L
Decimal 97 21 187 0.48 0.89 0 0.27 267.47 0.8 0.41
Hex 61 15 BB 30 59 0 1B 10B 50 29
Octal 141 25 273 60 131 0 33 413 120 51
Binary 1100001 10101 10111011 110000 1011001 0 11011 100001011 1010000 101001

Color Harmonies of #6115BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115BB

Black with #6115BB

Text Example


Text Example

White with #6115BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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