Html Css Color HEX #5213CA Purple Heart

📋 copy color: '#5213CA'

red 82 ◦ green 19 ◦ blue 202

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

Shades of Purple Heart #5213CA

Tints of Purple Heart #5213CA

RGB

 RED value IS 82 (32.42% from 255) = 27.06%

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 27.06%
G = 6.27%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5213CA (or 0x5213CA) is known color: Purple Heart. HEX triplet: 52, 13 and CA. RGB value is (82,19,202). Sum of RGB (Red+Green+Blue) = 82+19+202=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #5213CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213CA is #ADEC35. Grayscale: #3A3A3A. Windows color (decimal): -11398198 or 13243218. OLE color: 13243218.

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

Color convert

RGB 82 19 202 -
CMYK 0.59 0.91 0 0.21
HSL 260.66º 0.83% 0.43% -
HSV(B) 260.66º 0.91% 0.79% -
XYZ 14.37 6.52 56.38 -
YUV 58.7 208.87 144.62 -
System Red Green Blue C M Y K H S L
Decimal 82 19 202 0.59 0.91 0 0.21 260.66 0.83 0.43
Hex 52 13 CA 3B 5B 0 15 105 53 2B
Octal 122 23 312 73 133 0 25 405 123 53
Binary 1010010 10011 11001010 111011 1011011 0 10101 100000101 1010011 101011

Color Harmonies of #5213CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213CA

Black with #5213CA

Text Example


Text Example

White with #5213CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,19,202); }

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

background-color css

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

 a { background-color: rgb(82,19,202); }

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

border-color css

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

 span { border-color: rgb(82,19,202); }

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