Html Css Color HEX #5805BA Purple Heart

📋 copy color: '#5805BA'

red 88 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #5805BA

Tints of Purple Heart #5805BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 31.54%
G = 1.79%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5805BA (or 0x5805BA) is known color: Purple Heart. HEX triplet: 58, 05 and BA. RGB value is (88,5,186). Sum of RGB (Red+Green+Blue) = 88+5+186=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #5805BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5805BA is #A7FA45. Grayscale: #313131. Windows color (decimal): -11008582 or 12191064. OLE color: 12191064.

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

Color convert

RGB 88 5 186 -
CMYK 0.53 0.97 0 0.27
HSL 267.51º 0.95% 0.37% -
HSV(B) 267.51º 0.97% 0.73% -
XYZ 12.94 5.73 46.88 -
YUV 50.45 204.5 154.78 -
System Red Green Blue C M Y K H S L
Decimal 88 5 186 0.53 0.97 0 0.27 267.51 0.95 0.37
Hex 58 5 BA 35 61 0 1B 10C 5F 25
Octal 130 5 272 65 141 0 33 414 137 45
Binary 1011000 101 10111010 110101 1100001 0 11011 100001100 1011111 100101

Color Harmonies of #5805BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5805BA

Black with #5805BA

Text Example


Text Example

White with #5805BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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