Html Css Color HEX #5811BC Purple Heart

📋 copy color: '#5811BC'

red 88 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #5811BC

Tints of Purple Heart #5811BC

RGB

 RED value IS 88 (34.77% from 255) = 30.03%

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

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

R = 30.03%
G = 5.8%
B = 64.16%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5811BC (or 0x5811BC) is known color: Purple Heart. HEX triplet: 58, 11 and BC. RGB value is (88,17,188). Sum of RGB (Red+Green+Blue) = 88+17+188=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #5811BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5811BC is #A7EE43. Grayscale: #393939. Windows color (decimal): -11005508 or 12325208. OLE color: 12325208.

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

Color convert

RGB 88 17 188 -
CMYK 0.53 0.91 0 0.26
HSL 264.91º 0.83% 0.4% -
HSV(B) 264.91º 0.91% 0.74% -
XYZ 13.3 6.11 48.05 -
YUV 57.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 88 17 188 0.53 0.91 0 0.26 264.91 0.83 0.4
Hex 58 11 BC 35 5B 0 1A 109 53 28
Octal 130 21 274 65 133 0 32 411 123 50
Binary 1011000 10001 10111100 110101 1011011 0 11010 100001001 1010011 101000

Color Harmonies of #5811BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5811BC

Black with #5811BC

Text Example


Text Example

White with #5811BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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