Html Css Color HEX #5800BE Purple Heart

📋 copy color: '#5800BE'

red 88 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #5800BE

Tints of Purple Heart #5800BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 190 (74.61% from 255) = 68.35%

R = 31.65%
G = 0%
B = 68.35%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5800BE (or 0x5800BE) is known color: Purple Heart. HEX triplet: 58, 00 and BE. RGB value is (88,0,190). Sum of RGB (Red+Green+Blue) = 88+0+190=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #5800BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800BE is #A7FF41. Grayscale: #2F2F2F. Windows color (decimal): -11009858 or 12451928. OLE color: 12451928.

HSL color Cylindrical-coordinate representation of color #5800BE: hue angle of 267.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800BE is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 0 190 -
CMYK 0.54 1 0 0.25
HSL 267.79º 1% 0.37% -
HSV(B) 267.79º 1% 0.75% -
XYZ 13.32 5.79 49.13 -
YUV 47.97 208.15 156.55 -
System Red Green Blue C M Y K H S L
Decimal 88 0 190 0.54 1 0 0.25 267.79 1 0.37
Hex 58 0 BE 36 64 0 19 10C 64 25
Octal 130 0 276 66 144 0 31 414 144 45
Binary 1011000 0 10111110 110110 1100100 0 11001 100001100 1100100 100101

Color Harmonies of #5800BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800BE

Black with #5800BE

Text Example


Text Example

White with #5800BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5800BE; }

 p { color: rgb(88,0,190); }

 H1.HeaderClassName
 {
   color: #5800BE;
 }
 .AnyTagClassName
 {
   color: #5800BE;
 }
</style>

background-color css

<style>
 a { background-color: #5800BE; }

 a { background-color: rgb(88,0,190); }

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

border-color css

<style>
 span { border-color: #5800BE; }

 span { border-color: rgb(88,0,190); }

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