Html Css Color HEX #6011BC Purple Heart

📋 copy color: '#6011BC'

red 96 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #6011BC

Tints of Purple Heart #6011BC

RGB

 RED value IS 96 (37.89% from 255) = 31.89%

 GREEN value IS 17 (7.03% from 255) = 5.65%

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

R = 31.89%
G = 5.65%
B = 62.46%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6011BC (or 0x6011BC) is known color: Purple Heart. HEX triplet: 60, 11 and BC. RGB value is (96,17,188). Sum of RGB (Red+Green+Blue) = 96+17+188=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 17 (7.03% from 255 or 5.65% 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 #6011BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011BC is #9FEE43. Grayscale: #3B3B3B. Windows color (decimal): -10481220 or 12325216. OLE color: 12325216.

HSL color Cylindrical-coordinate representation of color #6011BC: hue angle of 267.72º degrees, saturation: 0.83, 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 #6011BC is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 17 188 -
CMYK 0.49 0.91 0 0.26
HSL 267.72º 0.83% 0.4% -
HSV(B) 267.72º 0.91% 0.74% -
XYZ 14.1 6.52 48.09 -
YUV 60.12 200.17 153.6 -
System Red Green Blue C M Y K H S L
Decimal 96 17 188 0.49 0.91 0 0.26 267.72 0.83 0.4
Hex 60 11 BC 31 5B 0 1A 10C 53 28
Octal 140 21 274 61 133 0 32 414 123 50
Binary 1100000 10001 10111100 110001 1011011 0 11010 100001100 1010011 101000

Color Harmonies of #6011BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6011BC

Black with #6011BC

Text Example


Text Example

White with #6011BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,17,188); }

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

background-color css

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

 a { background-color: rgb(96,17,188); }

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

border-color css

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

 span { border-color: rgb(96,17,188); }

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