Html Css Color HEX #5834BE Purple Heart

📋 copy color: '#5834BE'

red 88 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #5834BE

Tints of Purple Heart #5834BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 26.67%
G = 15.76%
B = 57.58%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5834BE (or 0x5834BE) is known color: Purple Heart. HEX triplet: 58, 34 and BE. RGB value is (88,52,190). Sum of RGB (Red+Green+Blue) = 88+52+190=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #5834BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834BE is #A7CB41. Grayscale: #4D4D4D. Windows color (decimal): -10996546 or 12465240. OLE color: 12465240.

HSL color Cylindrical-coordinate representation of color #5834BE: hue angle of 255.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5834BE is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 52 190 -
CMYK 0.54 0.73 0 0.25
HSL 255.65º 0.57% 0.47% -
HSV(B) 255.65º 0.73% 0.75% -
XYZ 14.55 8.25 49.54 -
YUV 78.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 88 52 190 0.54 0.73 0 0.25 255.65 0.57 0.47
Hex 58 34 BE 36 49 0 19 100 39 2F
Octal 130 64 276 66 111 0 31 400 71 57
Binary 1011000 110100 10111110 110110 1001001 0 11001 100000000 111001 101111

Color Harmonies of #5834BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5834BE

Black with #5834BE

Text Example


Text Example

White with #5834BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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