Html Css Color HEX #6011BD Purple Heart

📋 copy color: '#6011BD'

red 96 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #6011BD

Tints of Purple Heart #6011BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.58%

R = 31.79%
G = 5.63%
B = 62.58%

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

#6011BD (or 0x6011BD) is known color: Purple Heart. HEX triplet: 60, 11 and BD. RGB value is (96,17,189). Sum of RGB (Red+Green+Blue) = 96+17+189=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #6011BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011BD is #9FEE42. Grayscale: #3B3B3B. Windows color (decimal): -10481219 or 12390752. OLE color: 12390752.

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

Color convert

RGB 96 17 189 -
CMYK 0.49 0.91 0 0.26
HSL 267.56º 0.83% 0.4% -
HSV(B) 267.56º 0.91% 0.74% -
XYZ 14.21 6.56 48.66 -
YUV 60.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 96 17 189 0.49 0.91 0 0.26 267.56 0.83 0.4
Hex 60 11 BD 31 5B 0 1A 10C 53 28
Octal 140 21 275 61 133 0 32 414 123 50
Binary 1100000 10001 10111101 110001 1011011 0 11010 100001100 1010011 101000

Color Harmonies of #6011BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6011BD

Black with #6011BD

Text Example


Text Example

White with #6011BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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