Html Css Color HEX #5821BA Purple Heart

📋 copy color: '#5821BA'

red 88 ◦ green 33 ◦ blue 186

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

Shades of Purple Heart #5821BA

Tints of Purple Heart #5821BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.75%

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

R = 28.66%
G = 10.75%
B = 60.59%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5821BA (or 0x5821BA) is known color: Purple Heart. HEX triplet: 58, 21 and BA. RGB value is (88,33,186). Sum of RGB (Red+Green+Blue) = 88+33+186=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #5821BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5821BA is #A7DE45. Grayscale: #424242. Windows color (decimal): -11001414 or 12198232. OLE color: 12198232.

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

Color convert

RGB 88 33 186 -
CMYK 0.53 0.82 0 0.27
HSL 261.57º 0.7% 0.43% -
HSV(B) 261.57º 0.82% 0.73% -
XYZ 13.43 6.71 47.04 -
YUV 66.89 195.22 143.06 -
System Red Green Blue C M Y K H S L
Decimal 88 33 186 0.53 0.82 0 0.27 261.57 0.7 0.43
Hex 58 21 BA 35 52 0 1B 106 46 2B
Octal 130 41 272 65 122 0 33 406 106 53
Binary 1011000 100001 10111010 110101 1010010 0 11011 100000110 1000110 101011

Color Harmonies of #5821BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5821BA

Black with #5821BA

Text Example


Text Example

White with #5821BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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