Html Css Color HEX #5321BE Purple Heart

📋 copy color: '#5321BE'

red 83 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #5321BE

Tints of Purple Heart #5321BE

RGB

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

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

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

R = 27.12%
G = 10.78%
B = 62.09%

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

#5321BE (or 0x5321BE) is known color: Purple Heart. HEX triplet: 53, 21 and BE. RGB value is (83,33,190). Sum of RGB (Red+Green+Blue) = 83+33+190=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #5321BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321BE is #ACDE41. Grayscale: #414141. Windows color (decimal): -11329090 or 12460371. OLE color: 12460371.

HSL color Cylindrical-coordinate representation of color #5321BE: hue angle of 259.11º degrees, saturation: 0.7, 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 #5321BE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 33 190 -
CMYK 0.56 0.83 0 0.25
HSL 259.11º 0.7% 0.44% -
HSV(B) 259.11º 0.83% 0.75% -
XYZ 13.41 6.64 49.29 -
YUV 65.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 83 33 190 0.56 0.83 0 0.25 259.11 0.7 0.44
Hex 53 21 BE 38 53 0 19 103 46 2C
Octal 123 41 276 70 123 0 31 403 106 54
Binary 1010011 100001 10111110 111000 1010011 0 11001 100000011 1000110 101100

Color Harmonies of #5321BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321BE

Black with #5321BE

Text Example


Text Example

White with #5321BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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