Html Css Color HEX #6112BC Purple Heart

📋 copy color: '#6112BC'

red 97 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6112BC

Tints of Purple Heart #6112BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.94%

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

R = 32.01%
G = 5.94%
B = 62.05%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6112BC (or 0x6112BC) is known color: Purple Heart. HEX triplet: 61, 12 and BC. RGB value is (97,18,188). Sum of RGB (Red+Green+Blue) = 97+18+188=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #6112BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112BC is #9EED43. Grayscale: #3C3C3C. Windows color (decimal): -10415428 or 12325473. OLE color: 12325473.

HSL color Cylindrical-coordinate representation of color #6112BC: hue angle of 267.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6112BC is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 18 188 -
CMYK 0.48 0.90 0 0.26
HSL 267.88º 0.83% 0.4% -
HSV(B) 267.88º 0.9% 0.74% -
XYZ 14.22 6.6 48.1 -
YUV 61 199.67 153.68 -
System Red Green Blue C M Y K H S L
Decimal 97 18 188 0.48 0.90 0 0.26 267.88 0.83 0.4
Hex 61 12 BC 30 5A 0 1A 10C 53 28
Octal 141 22 274 60 132 0 32 414 123 50
Binary 1100001 10010 10111100 110000 1011010 0 11010 100001100 1010011 101000

Color Harmonies of #6112BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6112BC

Black with #6112BC

Text Example


Text Example

White with #6112BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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