Html Css Color HEX #5206CA Purple Heart

📋 copy color: '#5206CA'

red 82 ◦ green 6 ◦ blue 202

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

Shades of Purple Heart #5206CA

Tints of Purple Heart #5206CA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

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

R = 28.28%
G = 2.07%
B = 69.66%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5206CA (or 0x5206CA) is known color: Purple Heart. HEX triplet: 52, 06 and CA. RGB value is (82,6,202). Sum of RGB (Red+Green+Blue) = 82+6+202=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #5206CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206CA is #ADF935. Grayscale: #323232. Windows color (decimal): -11401526 or 13239890. OLE color: 13239890.

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

Color convert

RGB 82 6 202 -
CMYK 0.59 0.97 0 0.21
HSL 263.27º 0.94% 0.41% -
HSV(B) 263.27º 0.97% 0.79% -
XYZ 14.21 6.19 56.32 -
YUV 51.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 82 6 202 0.59 0.97 0 0.21 263.27 0.94 0.41
Hex 52 6 CA 3B 61 0 15 107 5E 29
Octal 122 6 312 73 141 0 25 407 136 51
Binary 1010010 110 11001010 111011 1100001 0 10101 100000111 1011110 101001

Color Harmonies of #5206CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5206CA

Black with #5206CA

Text Example


Text Example

White with #5206CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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