Html Css Color HEX #5203CC Purple Heart

📋 copy color: '#5203CC'

red 82 ◦ green 3 ◦ blue 204

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

Shades of Purple Heart #5203CC

Tints of Purple Heart #5203CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 28.37%
G = 1.04%
B = 70.59%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5203CC (or 0x5203CC) is known color: Purple Heart. HEX triplet: 52, 03 and CC. RGB value is (82,3,204). Sum of RGB (Red+Green+Blue) = 82+3+204=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #5203CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5203CC is #ADFC33. Grayscale: #303030. Windows color (decimal): -11402292 or 13370194. OLE color: 13370194.

HSL color Cylindrical-coordinate representation of color #5203CC: hue angle of 263.58º 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 #5203CC is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 3 204 -
CMYK 0.60 0.99 0 0.2
HSL 263.58º 0.97% 0.41% -
HSV(B) 263.58º 0.99% 0.8% -
XYZ 14.41 6.22 57.57 -
YUV 49.54 215.17 151.16 -
System Red Green Blue C M Y K H S L
Decimal 82 3 204 0.60 0.99 0 0.2 263.58 0.97 0.41
Hex 52 3 CC 3C 63 0 14 108 61 29
Octal 122 3 314 74 143 0 24 410 141 51
Binary 1010010 11 11001100 111100 1100011 0 10100 100001000 1100001 101001

Color Harmonies of #5203CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5203CC

Black with #5203CC

Text Example


Text Example

White with #5203CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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