Html Css Color HEX #6115BC Purple Heart

📋 copy color: '#6115BC'

red 97 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #6115BC

Tints of Purple Heart #6115BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 31.7%
G = 6.86%
B = 61.44%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6115BC (or 0x6115BC) is known color: Purple Heart. HEX triplet: 61, 15 and BC. RGB value is (97,21,188). Sum of RGB (Red+Green+Blue) = 97+21+188=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #6115BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115BC is #9EEA43. Grayscale: #3E3E3E. Windows color (decimal): -10414660 or 12326241. OLE color: 12326241.

HSL color Cylindrical-coordinate representation of color #6115BC: hue angle of 267.31º 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 #6115BC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 21 188 -
CMYK 0.48 0.89 0 0.26
HSL 267.31º 0.8% 0.41% -
HSV(B) 267.31º 0.89% 0.74% -
XYZ 14.28 6.71 48.12 -
YUV 62.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 97 21 188 0.48 0.89 0 0.26 267.31 0.8 0.41
Hex 61 15 BC 30 59 0 1A 10B 50 29
Octal 141 25 274 60 131 0 32 413 120 51
Binary 1100001 10101 10111100 110000 1011001 0 11010 100001011 1010000 101001

Color Harmonies of #6115BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115BC

Black with #6115BC

Text Example


Text Example

White with #6115BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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