Html Css Color HEX #502ABC Purple Heart

📋 copy color: '#502ABC'

red 80 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #502ABC

Tints of Purple Heart #502ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 25.81%
G = 13.55%
B = 60.65%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#502ABC (or 0x502ABC) is known color: Purple Heart. HEX triplet: 50, 2A and BC. RGB value is (80,42,188). Sum of RGB (Red+Green+Blue) = 80+42+188=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #502ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ABC is #AFD543. Grayscale: #454545. Windows color (decimal): -11523396 or 12331600. OLE color: 12331600.

HSL color Cylindrical-coordinate representation of color #502ABC: hue angle of 255.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502ABC is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 42 188 -
CMYK 0.57 0.78 0 0.26
HSL 255.62º 0.63% 0.45% -
HSV(B) 255.62º 0.78% 0.74% -
XYZ 13.21 6.99 48.23 -
YUV 70.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 80 42 188 0.57 0.78 0 0.26 255.62 0.63 0.45
Hex 50 2A BC 39 4E 0 1A 100 3F 2D
Octal 120 52 274 71 116 0 32 400 77 55
Binary 1010000 101010 10111100 111001 1001110 0 11010 100000000 111111 101101

Color Harmonies of #502ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ABC

Black with #502ABC

Text Example


Text Example

White with #502ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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