Html Css Color HEX #502CCF Purple Heart

📋 copy color: '#502CCF'

red 80 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #502CCF

Tints of Purple Heart #502CCF

RGB

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

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

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

R = 24.17%
G = 13.29%
B = 62.54%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#502CCF (or 0x502CCF) is known color: Purple Heart. HEX triplet: 50, 2C and CF. RGB value is (80,44,207). Sum of RGB (Red+Green+Blue) = 80+44+207=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #502CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CCF is #AFD330. Grayscale: #484848. Windows color (decimal): -11522865 or 13577296. OLE color: 13577296.

HSL color Cylindrical-coordinate representation of color #502CCF: hue angle of 253.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502CCF is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 44 207 -
CMYK 0.61 0.79 0 0.19
HSL 253.25º 0.65% 0.49% -
HSV(B) 253.25º 0.79% 0.81% -
XYZ 15.47 8.01 59.76 -
YUV 73.35 203.43 132.75 -
System Red Green Blue C M Y K H S L
Decimal 80 44 207 0.61 0.79 0 0.19 253.25 0.65 0.49
Hex 50 2C CF 3D 4F 0 13 FD 41 31
Octal 120 54 317 75 117 0 23 375 101 61
Binary 1010000 101100 11001111 111101 1001111 0 10011 11111101 1000001 110001

Color Harmonies of #502CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CCF

Black with #502CCF

Text Example


Text Example

White with #502CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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