Html Css Color HEX #502ACC Purple Heart

📋 copy color: '#502ACC'

red 80 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #502ACC

Tints of Purple Heart #502ACC

RGB

 RED value IS 80 (31.64% from 255) = 24.54%

 GREEN value IS 42 (16.8% from 255) = 12.88%

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

R = 24.54%
G = 12.88%
B = 62.58%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#502ACC (or 0x502ACC) is known color: Purple Heart. HEX triplet: 50, 2A and CC. RGB value is (80,42,204). Sum of RGB (Red+Green+Blue) = 80+42+204=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #502ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ACC is #AFD533. Grayscale: #474747. Windows color (decimal): -11523380 or 13380176. OLE color: 13380176.

HSL color Cylindrical-coordinate representation of color #502ACC: hue angle of 254.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502ACC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 42 204 -
CMYK 0.61 0.79 0 0.2
HSL 254.07º 0.66% 0.48% -
HSV(B) 254.07º 0.79% 0.8% -
XYZ 15.04 7.72 57.82 -
YUV 71.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 80 42 204 0.61 0.79 0 0.2 254.07 0.66 0.48
Hex 50 2A CC 3D 4F 0 14 FE 42 30
Octal 120 52 314 75 117 0 24 376 102 60
Binary 1010000 101010 11001100 111101 1001111 0 10100 11111110 1000010 110000

Color Harmonies of #502ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ACC

Black with #502ACC

Text Example


Text Example

White with #502ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502ACC; }

 p { color: rgb(80,42,204); }

 H1.HeaderClassName
 {
   color: #502ACC;
 }
 .AnyTagClassName
 {
   color: #502ACC;
 }
</style>

background-color css

<style>
 a { background-color: #502ACC; }

 a { background-color: rgb(80,42,204); }

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

border-color css

<style>
 span { border-color: #502ACC; }

 span { border-color: rgb(80,42,204); }

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