Html Css Color HEX #6110BC Purple Heart

📋 copy color: '#6110BC'

red 97 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #6110BC

Tints of Purple Heart #6110BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 32.23%
G = 5.32%
B = 62.46%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6110BC (or 0x6110BC) is known color: Purple Heart. HEX triplet: 61, 10 and BC. RGB value is (97,16,188). Sum of RGB (Red+Green+Blue) = 97+16+188=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #6110BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110BC is #9EEF43. Grayscale: #3B3B3B. Windows color (decimal): -10415940 or 12324961. OLE color: 12324961.

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

Color convert

RGB 97 16 188 -
CMYK 0.48 0.91 0 0.26
HSL 268.26º 0.84% 0.4% -
HSV(B) 268.26º 0.91% 0.74% -
XYZ 14.19 6.54 48.09 -
YUV 59.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 97 16 188 0.48 0.91 0 0.26 268.26 0.84 0.4
Hex 61 10 BC 30 5B 0 1A 10C 54 28
Octal 141 20 274 60 133 0 32 414 124 50
Binary 1100001 10000 10111100 110000 1011011 0 11010 100001100 1010100 101000

Color Harmonies of #6110BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110BC

Black with #6110BC

Text Example


Text Example

White with #6110BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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