Html Css Color HEX #5203CD Purple Heart

📋 copy color: '#5203CD'

red 82 ◦ green 3 ◦ blue 205

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

Shades of Purple Heart #5203CD

Tints of Purple Heart #5203CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 28.28%
G = 1.03%
B = 70.69%

CMYK

 C value IS 0.6

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5203CD (or 0x5203CD) is known color: Purple Heart. HEX triplet: 52, 03 and CD. RGB value is (82,3,205). Sum of RGB (Red+Green+Blue) = 82+3+205=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #5203CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5203CD is #ADFC32. Grayscale: #303030. Windows color (decimal): -11402291 or 13435730. OLE color: 13435730.

HSL color Cylindrical-coordinate representation of color #5203CD: hue angle of 263.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5203CD is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 3 205 -
CMYK 0.6 0.99 0 0.20
HSL 263.47º 0.97% 0.41% -
HSV(B) 263.47º 0.99% 0.8% -
XYZ 14.53 6.27 58.2 -
YUV 49.65 215.67 151.07 -
System Red Green Blue C M Y K H S L
Decimal 82 3 205 0.6 0.99 0 0.20 263.47 0.97 0.41
Hex 52 3 CD 3C 63 0 14 107 61 29
Octal 122 3 315 74 143 0 24 407 141 51
Binary 1010010 11 11001101 111100 1100011 0 10100 100000111 1100001 101001

Color Harmonies of #5203CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5203CD

Black with #5203CD

Text Example


Text Example

White with #5203CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5203CD; }

 p { color: rgb(82,3,205); }

 H1.HeaderClassName
 {
   color: #5203CD;
 }
 .AnyTagClassName
 {
   color: #5203CD;
 }
</style>

background-color css

<style>
 a { background-color: #5203CD; }

 a { background-color: rgb(82,3,205); }

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

border-color css

<style>
 span { border-color: #5203CD; }

 span { border-color: rgb(82,3,205); }

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