Html Css Color HEX #5320CA Purple Heart

📋 copy color: '#5320CA'

red 83 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #5320CA

Tints of Purple Heart #5320CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.72%

R = 26.18%
G = 10.09%
B = 63.72%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5320CA (or 0x5320CA) is known color: Purple Heart. HEX triplet: 53, 20 and CA. RGB value is (83,32,202). Sum of RGB (Red+Green+Blue) = 83+32+202=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #5320CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5320CA is #ACDF35. Grayscale: #424242. Windows color (decimal): -11329334 or 13246547. OLE color: 13246547.

HSL color Cylindrical-coordinate representation of color #5320CA: hue angle of 258º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5320CA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 32 202 -
CMYK 0.59 0.84 0 0.21
HSL 258º 0.73% 0.46% -
HSV(B) 258º 0.84% 0.79% -
XYZ 14.74 7.14 56.48 -
YUV 66.63 204.4 139.68 -
System Red Green Blue C M Y K H S L
Decimal 83 32 202 0.59 0.84 0 0.21 258 0.73 0.46
Hex 53 20 CA 3B 54 0 15 102 49 2E
Octal 123 40 312 73 124 0 25 402 111 56
Binary 1010011 100000 11001010 111011 1010100 0 10101 100000010 1001001 101110

Color Harmonies of #5320CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5320CA

Black with #5320CA

Text Example


Text Example

White with #5320CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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