Html Css Color HEX #5807BA Purple Heart

📋 copy color: '#5807BA'

red 88 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #5807BA

Tints of Purple Heart #5807BA

RGB

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

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

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

R = 31.32%
G = 2.49%
B = 66.19%

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

#5807BA (or 0x5807BA) is known color: Purple Heart. HEX triplet: 58, 07 and BA. RGB value is (88,7,186). Sum of RGB (Red+Green+Blue) = 88+7+186=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #5807BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5807BA is #A7F845. Grayscale: #323232. Windows color (decimal): -11008070 or 12191576. OLE color: 12191576.

HSL color Cylindrical-coordinate representation of color #5807BA: hue angle of 267.15º 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 #5807BA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 7 186 -
CMYK 0.53 0.96 0 0.27
HSL 267.15º 0.93% 0.38% -
HSV(B) 267.15º 0.96% 0.73% -
XYZ 12.96 5.77 46.89 -
YUV 51.63 203.84 153.95 -
System Red Green Blue C M Y K H S L
Decimal 88 7 186 0.53 0.96 0 0.27 267.15 0.93 0.38
Hex 58 7 BA 35 60 0 1B 10B 5D 26
Octal 130 7 272 65 140 0 33 413 135 46
Binary 1011000 111 10111010 110101 1100000 0 11011 100001011 1011101 100110

Color Harmonies of #5807BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5807BA

Black with #5807BA

Text Example


Text Example

White with #5807BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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