Html Css Color HEX #5818BA Purple Heart

📋 copy color: '#5818BA'

red 88 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #5818BA

Tints of Purple Heart #5818BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 29.53%
G = 8.05%
B = 62.42%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5818BA (or 0x5818BA) is known color: Purple Heart. HEX triplet: 58, 18 and BA. RGB value is (88,24,186). Sum of RGB (Red+Green+Blue) = 88+24+186=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #5818BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5818BA is #A7E745. Grayscale: #3D3D3D. Windows color (decimal): -11003718 or 12195928. OLE color: 12195928.

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

Color convert

RGB 88 24 186 -
CMYK 0.53 0.87 0 0.27
HSL 263.7º 0.77% 0.41% -
HSV(B) 263.7º 0.87% 0.73% -
XYZ 13.21 6.27 46.97 -
YUV 61.6 198.2 146.83 -
System Red Green Blue C M Y K H S L
Decimal 88 24 186 0.53 0.87 0 0.27 263.7 0.77 0.41
Hex 58 18 BA 35 57 0 1B 108 4D 29
Octal 130 30 272 65 127 0 33 410 115 51
Binary 1011000 11000 10111010 110101 1010111 0 11011 100001000 1001101 101001

Color Harmonies of #5818BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5818BA

Black with #5818BA

Text Example


Text Example

White with #5818BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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