Html Css Color HEX #5812BD Purple Heart

📋 copy color: '#5812BD'

red 88 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #5812BD

Tints of Purple Heart #5812BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

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

R = 29.83%
G = 6.1%
B = 64.07%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5812BD (or 0x5812BD) is known color: Purple Heart. HEX triplet: 58, 12 and BD. RGB value is (88,18,189). Sum of RGB (Red+Green+Blue) = 88+18+189=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #5812BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5812BD is #A7ED42. Grayscale: #393939. Windows color (decimal): -11005251 or 12391000. OLE color: 12391000.

HSL color Cylindrical-coordinate representation of color #5812BD: hue angle of 264.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5812BD is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 18 189 -
CMYK 0.53 0.90 0 0.26
HSL 264.56º 0.83% 0.41% -
HSV(B) 264.56º 0.9% 0.74% -
XYZ 13.43 6.18 48.63 -
YUV 58.42 201.69 149.1 -
System Red Green Blue C M Y K H S L
Decimal 88 18 189 0.53 0.90 0 0.26 264.56 0.83 0.41
Hex 58 12 BD 35 5A 0 1A 109 53 29
Octal 130 22 275 65 132 0 32 411 123 51
Binary 1011000 10010 10111101 110101 1011010 0 11010 100001001 1010011 101001

Color Harmonies of #5812BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5812BD

Black with #5812BD

Text Example


Text Example

White with #5812BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,18,189); }

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

background-color css

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

 a { background-color: rgb(88,18,189); }

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

border-color css

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

 span { border-color: rgb(88,18,189); }

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