Html Css Color HEX #500CE0 Han Purple

📋 copy color: '#500CE0'

red 80 ◦ green 12 ◦ blue 224

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

Shades of Han Purple #500CE0

Tints of Han Purple #500CE0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

 BLUE value IS 224 (87.89% from 255) = 70.89%

R = 25.32%
G = 3.8%
B = 70.89%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#500CE0 (or 0x500CE0) is known color: Han Purple. HEX triplet: 50, 0C and E0. RGB value is (80,12,224). Sum of RGB (Red+Green+Blue) = 80+12+224=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 224 (87.89% from 255 or 70.89% from 316); Max value from RGB is 224 - color contains mainly: blue. Hex color #500CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CE0 is #AFF31F. Grayscale: #373737. Windows color (decimal): -11531040 or 14683216. OLE color: 14683216.

HSL color Cylindrical-coordinate representation of color #500CE0: hue angle of 259.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CE0 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 12 224 -
CMYK 0.64 0.95 0 0.12
HSL 259.25º 0.9% 0.46% -
HSV(B) 259.25º 0.95% 0.88% -
XYZ 16.89 7.35 71.05 -
YUV 56.5 222.53 144.76 -
System Red Green Blue C M Y K H S L
Decimal 80 12 224 0.64 0.95 0 0.12 259.25 0.9 0.46
Hex 50 C E0 40 5F 0 C 103 5A 2E
Octal 120 14 340 100 137 0 14 403 132 56
Binary 1010000 1100 11100000 1000000 1011111 0 1100 100000011 1011010 101110

Color Harmonies of #500CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500CE0

Black with #500CE0

Text Example


Text Example

White with #500CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500CE0; }

 p { color: rgb(80,12,224); }

 H1.HeaderClassName
 {
   color: #500CE0;
 }
 .AnyTagClassName
 {
   color: #500CE0;
 }
</style>

background-color css

<style>
 a { background-color: #500CE0; }

 a { background-color: rgb(80,12,224); }

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

border-color css

<style>
 span { border-color: #500CE0; }

 span { border-color: rgb(80,12,224); }

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