Html Css Color HEX #5807BB Purple Heart

📋 copy color: '#5807BB'

red 88 ◦ green 7 ◦ blue 187

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

Shades of Purple Heart #5807BB

Tints of Purple Heart #5807BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

 BLUE value IS 187 (73.44% from 255) = 66.31%

R = 31.21%
G = 2.48%
B = 66.31%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5807BB (or 0x5807BB) is known color: Purple Heart. HEX triplet: 58, 07 and BB. RGB value is (88,7,187). Sum of RGB (Red+Green+Blue) = 88+7+187=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #5807BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5807BB is #A7F844. Grayscale: #333333. Windows color (decimal): -11008069 or 12257112. OLE color: 12257112.

HSL color Cylindrical-coordinate representation of color #5807BB: hue angle of 267º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5807BB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 7 187 -
CMYK 0.53 0.96 0 0.27
HSL 267º 0.93% 0.38% -
HSV(B) 267º 0.96% 0.73% -
XYZ 13.07 5.81 47.45 -
YUV 51.74 204.34 153.86 -
System Red Green Blue C M Y K H S L
Decimal 88 7 187 0.53 0.96 0 0.27 267 0.93 0.38
Hex 58 7 BB 35 60 0 1B 10B 5D 26
Octal 130 7 273 65 140 0 33 413 135 46
Binary 1011000 111 10111011 110101 1100000 0 11011 100001011 1011101 100110

Color Harmonies of #5807BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5807BB

Black with #5807BB

Text Example


Text Example

White with #5807BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5807BB; }

 p { color: rgb(88,7,187); }

 H1.HeaderClassName
 {
   color: #5807BB;
 }
 .AnyTagClassName
 {
   color: #5807BB;
 }
</style>

background-color css

<style>
 a { background-color: #5807BB; }

 a { background-color: rgb(88,7,187); }

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

border-color css

<style>
 span { border-color: #5807BB; }

 span { border-color: rgb(88,7,187); }

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