Html Css Color HEX #5834BD Purple Heart

📋 copy color: '#5834BD'

red 88 ◦ green 52 ◦ blue 189

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

Shades of Purple Heart #5834BD

Tints of Purple Heart #5834BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 26.75%
G = 15.81%
B = 57.45%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5834BD (or 0x5834BD) is known color: Purple Heart. HEX triplet: 58, 34 and BD. RGB value is (88,52,189). Sum of RGB (Red+Green+Blue) = 88+52+189=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #5834BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834BD is #A7CB42. Grayscale: #4D4D4D. Windows color (decimal): -10996547 or 12399704. OLE color: 12399704.

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

Color convert

RGB 88 52 189 -
CMYK 0.53 0.72 0 0.26
HSL 255.77º 0.57% 0.47% -
HSV(B) 255.77º 0.72% 0.74% -
XYZ 14.44 8.2 48.97 -
YUV 78.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 88 52 189 0.53 0.72 0 0.26 255.77 0.57 0.47
Hex 58 34 BD 35 48 0 1A 100 39 2F
Octal 130 64 275 65 110 0 32 400 71 57
Binary 1011000 110100 10111101 110101 1001000 0 11010 100000000 111001 101111

Color Harmonies of #5834BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5834BD

Black with #5834BD

Text Example


Text Example

White with #5834BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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