Html Css Color HEX #5200CA Purple Heart

📋 copy color: '#5200CA'

red 82 ◦ green 0 ◦ blue 202

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

Shades of Purple Heart #5200CA

Tints of Purple Heart #5200CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.87%
G = 0%
B = 71.13%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5200CA (or 0x5200CA) is known color: Purple Heart. HEX triplet: 52, 00 and CA. RGB value is (82,0,202). Sum of RGB (Red+Green+Blue) = 82+0+202=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #5200CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200CA is #ADFF35. Grayscale: #2E2E2E. Windows color (decimal): -11403062 or 13238354. OLE color: 13238354.

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

Color convert

RGB 82 0 202 -
CMYK 0.59 1 0 0.21
HSL 264.36º 1% 0.4% -
HSV(B) 264.36º 1% 0.79% -
XYZ 14.14 6.06 56.3 -
YUV 47.55 215.17 152.57 -
System Red Green Blue C M Y K H S L
Decimal 82 0 202 0.59 1 0 0.21 264.36 1 0.4
Hex 52 0 CA 3B 64 0 15 108 64 28
Octal 122 0 312 73 144 0 25 410 144 50
Binary 1010010 0 11001010 111011 1100100 0 10101 100001000 1100100 101000

Color Harmonies of #5200CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200CA

Black with #5200CA

Text Example


Text Example

White with #5200CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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