Html Css Color HEX #5800BF Purple Heart

📋 copy color: '#5800BF'

red 88 ◦ green 0 ◦ blue 191

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

Shades of Purple Heart #5800BF

Tints of Purple Heart #5800BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.46%

R = 31.54%
G = 0%
B = 68.46%

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

#5800BF (or 0x5800BF) is known color: Purple Heart. HEX triplet: 58, 00 and BF. RGB value is (88,0,191). Sum of RGB (Red+Green+Blue) = 88+0+191=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #5800BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800BF is #A7FF40. Grayscale: #2F2F2F. Windows color (decimal): -11009857 or 12517464. OLE color: 12517464.

HSL color Cylindrical-coordinate representation of color #5800BF: hue angle of 267.64º 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 #5800BF is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 0 191 -
CMYK 0.54 1 0 0.25
HSL 267.64º 1% 0.37% -
HSV(B) 267.64º 1% 0.75% -
XYZ 13.43 5.84 49.71 -
YUV 48.09 208.65 156.47 -
System Red Green Blue C M Y K H S L
Decimal 88 0 191 0.54 1 0 0.25 267.64 1 0.37
Hex 58 0 BF 36 64 0 19 10C 64 25
Octal 130 0 277 66 144 0 31 414 144 45
Binary 1011000 0 10111111 110110 1100100 0 11001 100001100 1100100 100101

Color Harmonies of #5800BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800BF

Black with #5800BF

Text Example


Text Example

White with #5800BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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