Html Css Color HEX #5826BA Purple Heart

📋 copy color: '#5826BA'

red 88 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #5826BA

Tints of Purple Heart #5826BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 28.21%
G = 12.18%
B = 59.62%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5826BA (or 0x5826BA) is known color: Purple Heart. HEX triplet: 58, 26 and BA. RGB value is (88,38,186). Sum of RGB (Red+Green+Blue) = 88+38+186=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #5826BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826BA is #A7D945. Grayscale: #454545. Windows color (decimal): -11000134 or 12199512. OLE color: 12199512.

HSL color Cylindrical-coordinate representation of color #5826BA: hue angle of 260.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5826BA is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 38 186 -
CMYK 0.53 0.80 0 0.27
HSL 260.27º 0.66% 0.44% -
HSV(B) 260.27º 0.8% 0.73% -
XYZ 13.58 7.01 47.09 -
YUV 69.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 88 38 186 0.53 0.80 0 0.27 260.27 0.66 0.44
Hex 58 26 BA 35 50 0 1B 104 42 2C
Octal 130 46 272 65 120 0 33 404 102 54
Binary 1011000 100110 10111010 110101 1010000 0 11011 100000100 1000010 101100

Color Harmonies of #5826BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826BA

Black with #5826BA

Text Example


Text Example

White with #5826BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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