Html Css Color HEX #5838BA Purple Heart

📋 copy color: '#5838BA'

red 88 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #5838BA

Tints of Purple Heart #5838BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

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

R = 26.67%
G = 16.97%
B = 56.36%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5838BA (or 0x5838BA) is known color: Purple Heart. HEX triplet: 58, 38 and BA. RGB value is (88,56,186). Sum of RGB (Red+Green+Blue) = 88+56+186=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #5838BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5838BA is #A7C745. Grayscale: #4F4F4F. Windows color (decimal): -10995526 or 12204120. OLE color: 12204120.

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

Color convert

RGB 88 56 186 -
CMYK 0.53 0.70 0 0.27
HSL 254.77º 0.54% 0.47% -
HSV(B) 254.77º 0.7% 0.73% -
XYZ 14.3 8.45 47.33 -
YUV 80.39 187.6 133.43 -
System Red Green Blue C M Y K H S L
Decimal 88 56 186 0.53 0.70 0 0.27 254.77 0.54 0.47
Hex 58 38 BA 35 46 0 1B FF 36 2F
Octal 130 70 272 65 106 0 33 377 66 57
Binary 1011000 111000 10111010 110101 1000110 0 11011 11111111 110110 101111

Color Harmonies of #5838BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5838BA

Black with #5838BA

Text Example


Text Example

White with #5838BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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