Html Css Color HEX #5203CF Purple Heart

📋 copy color: '#5203CF'

red 82 ◦ green 3 ◦ blue 207

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

Shades of Purple Heart #5203CF

Tints of Purple Heart #5203CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.89%

R = 28.08%
G = 1.03%
B = 70.89%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5203CF (or 0x5203CF) is known color: Purple Heart. HEX triplet: 52, 03 and CF. RGB value is (82,3,207). Sum of RGB (Red+Green+Blue) = 82+3+207=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #5203CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5203CF is #ADFC30. Grayscale: #313131. Windows color (decimal): -11402289 or 13566802. OLE color: 13566802.

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

Color convert

RGB 82 3 207 -
CMYK 0.60 0.99 0 0.19
HSL 263.24º 0.97% 0.41% -
HSV(B) 263.24º 0.99% 0.81% -
XYZ 14.77 6.36 59.48 -
YUV 49.88 216.67 150.91 -
System Red Green Blue C M Y K H S L
Decimal 82 3 207 0.60 0.99 0 0.19 263.24 0.97 0.41
Hex 52 3 CF 3C 63 0 13 107 61 29
Octal 122 3 317 74 143 0 23 407 141 51
Binary 1010010 11 11001111 111100 1100011 0 10011 100000111 1100001 101001

Color Harmonies of #5203CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5203CF

Black with #5203CF

Text Example


Text Example

White with #5203CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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