Html Css Color HEX #5320BE Purple Heart

📋 copy color: '#5320BE'

red 83 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #5320BE

Tints of Purple Heart #5320BE

RGB

 RED value IS 83 (32.81% from 255) = 27.21%

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 27.21%
G = 10.49%
B = 62.3%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5320BE (or 0x5320BE) is known color: Purple Heart. HEX triplet: 53, 20 and BE. RGB value is (83,32,190). Sum of RGB (Red+Green+Blue) = 83+32+190=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #5320BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5320BE is #ACDF41. Grayscale: #404040. Windows color (decimal): -11329346 or 12460115. OLE color: 12460115.

HSL color Cylindrical-coordinate representation of color #5320BE: hue angle of 259.37º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5320BE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 32 190 -
CMYK 0.56 0.83 0 0.25
HSL 259.37º 0.71% 0.44% -
HSV(B) 259.37º 0.83% 0.75% -
XYZ 13.38 6.59 49.28 -
YUV 65.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 83 32 190 0.56 0.83 0 0.25 259.37 0.71 0.44
Hex 53 20 BE 38 53 0 19 103 47 2C
Octal 123 40 276 70 123 0 31 403 107 54
Binary 1010011 100000 10111110 111000 1010011 0 11001 100000011 1000111 101100

Color Harmonies of #5320BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5320BE

Black with #5320BE

Text Example


Text Example

White with #5320BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,32,190); }

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

background-color css

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

 a { background-color: rgb(83,32,190); }

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

border-color css

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

 span { border-color: rgb(83,32,190); }

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