Html Css Color HEX #5834BA Purple Heart

📋 copy color: '#5834BA'

red 88 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #5834BA

Tints of Purple Heart #5834BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 26.99%
G = 15.95%
B = 57.06%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5834BA (or 0x5834BA) is known color: Purple Heart. HEX triplet: 58, 34 and BA. RGB value is (88,52,186). Sum of RGB (Red+Green+Blue) = 88+52+186=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #5834BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834BA is #A7CB45. Grayscale: #4D4D4D. Windows color (decimal): -10996550 or 12203096. OLE color: 12203096.

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

Color convert

RGB 88 52 186 -
CMYK 0.53 0.72 0 0.27
HSL 256.12º 0.56% 0.47% -
HSV(B) 256.12º 0.72% 0.73% -
XYZ 14.12 8.08 47.27 -
YUV 78.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 88 52 186 0.53 0.72 0 0.27 256.12 0.56 0.47
Hex 58 34 BA 35 48 0 1B 100 38 2F
Octal 130 64 272 65 110 0 33 400 70 57
Binary 1011000 110100 10111010 110101 1001000 0 11011 100000000 111000 101111

Color Harmonies of #5834BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5834BA

Black with #5834BA

Text Example


Text Example

White with #5834BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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