Html Css Color HEX #5816BC Purple Heart

📋 copy color: '#5816BC'

red 88 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #5816BC

Tints of Purple Heart #5816BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 29.53%
G = 7.38%
B = 63.09%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5816BC (or 0x5816BC) is known color: Purple Heart. HEX triplet: 58, 16 and BC. RGB value is (88,22,188). Sum of RGB (Red+Green+Blue) = 88+22+188=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #5816BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5816BC is #A7E943. Grayscale: #3C3C3C. Windows color (decimal): -11004228 or 12326488. OLE color: 12326488.

HSL color Cylindrical-coordinate representation of color #5816BC: hue angle of 263.86º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5816BC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 22 188 -
CMYK 0.53 0.88 0 0.26
HSL 263.86º 0.79% 0.41% -
HSV(B) 263.86º 0.88% 0.74% -
XYZ 13.39 6.28 48.08 -
YUV 60.66 199.87 147.5 -
System Red Green Blue C M Y K H S L
Decimal 88 22 188 0.53 0.88 0 0.26 263.86 0.79 0.41
Hex 58 16 BC 35 58 0 1A 108 4F 29
Octal 130 26 274 65 130 0 32 410 117 51
Binary 1011000 10110 10111100 110101 1011000 0 11010 100001000 1001111 101001

Color Harmonies of #5816BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5816BC

Black with #5816BC

Text Example


Text Example

White with #5816BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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