Html Css Color HEX #502CCB Purple Heart

📋 copy color: '#502CCB'

red 80 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #502CCB

Tints of Purple Heart #502CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.46%

 BLUE value IS 203 (79.69% from 255) = 62.08%

R = 24.46%
G = 13.46%
B = 62.08%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#502CCB (or 0x502CCB) is known color: Purple Heart. HEX triplet: 50, 2C and CB. RGB value is (80,44,203). Sum of RGB (Red+Green+Blue) = 80+44+203=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #502CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CCB is #AFD334. Grayscale: #484848. Windows color (decimal): -11522869 or 13315152. OLE color: 13315152.

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

Color convert

RGB 80 44 203 -
CMYK 0.61 0.78 0 0.20
HSL 253.58º 0.64% 0.48% -
HSV(B) 253.58º 0.78% 0.8% -
XYZ 14.99 7.82 57.22 -
YUV 72.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 80 44 203 0.61 0.78 0 0.20 253.58 0.64 0.48
Hex 50 2C CB 3D 4E 0 14 FE 40 30
Octal 120 54 313 75 116 0 24 376 100 60
Binary 1010000 101100 11001011 111101 1001110 0 10100 11111110 1000000 110000

Color Harmonies of #502CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CCB

Black with #502CCB

Text Example


Text Example

White with #502CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,44,203); }

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

background-color css

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

 a { background-color: rgb(80,44,203); }

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

border-color css

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

 span { border-color: rgb(80,44,203); }

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