Html Css Color HEX #5810BA Purple Heart

📋 copy color: '#5810BA'

red 88 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #5810BA

Tints of Purple Heart #5810BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 30.34%
G = 5.52%
B = 64.14%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5810BA (or 0x5810BA) is known color: Purple Heart. HEX triplet: 58, 10 and BA. RGB value is (88,16,186). Sum of RGB (Red+Green+Blue) = 88+16+186=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #5810BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5810BA is #A7EF45. Grayscale: #383838. Windows color (decimal): -11005766 or 12193880. OLE color: 12193880.

HSL color Cylindrical-coordinate representation of color #5810BA: hue angle of 265.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5810BA is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 16 186 -
CMYK 0.53 0.91 0 0.27
HSL 265.41º 0.84% 0.4% -
HSV(B) 265.41º 0.91% 0.73% -
XYZ 13.07 5.99 46.92 -
YUV 56.91 200.85 150.18 -
System Red Green Blue C M Y K H S L
Decimal 88 16 186 0.53 0.91 0 0.27 265.41 0.84 0.4
Hex 58 10 BA 35 5B 0 1B 109 54 28
Octal 130 20 272 65 133 0 33 411 124 50
Binary 1011000 10000 10111010 110101 1011011 0 11011 100001001 1010100 101000

Color Harmonies of #5810BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5810BA

Black with #5810BA

Text Example


Text Example

White with #5810BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5810BA; }

 p { color: rgb(88,16,186); }

 H1.HeaderClassName
 {
   color: #5810BA;
 }
 .AnyTagClassName
 {
   color: #5810BA;
 }
</style>

background-color css

<style>
 a { background-color: #5810BA; }

 a { background-color: rgb(88,16,186); }

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

border-color css

<style>
 span { border-color: #5810BA; }

 span { border-color: rgb(88,16,186); }

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