#500CF4

Color #500CF4 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #500CF4

Tints of Han Purple #500CF4

Color information

#500CF4 (or 0x500CF4) is unknown color: approx Han Purple. HEX triplet: 50, 0C and F4. RGB value is (80,12,244). Sum of RGB (Red+Green+Blue) = 80+12+244=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 244 (95.70% from 255 or 72.62% from 336); Max value from RGB is 244 - color contains mainly: blue. Hex color #500CF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CF4 is #AFF30B. Grayscale: #393939. Windows color (decimal): -11531020 or 15993936. OLE color: 15993936.

HSL color Cylindrical-coordinate representation of color #500CF4: hue angle of 257.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CF4 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8012244-
CMYK0.670.9500.04
HSL257.59º91.34%50.2%-
HSV(B)257.59º95.08%95.69%-
XYZ19.778.586.19-
YUV58.78232.53143.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 244 (95.70% from 255) = 72.62%
R=23.81%
G=3.57%
B=72.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80122440.670.9500.04257.5991.3450.2
Hex50CF4435F041025b32
Octal120143641031370440213362
Binary10100001100111101001000011101111101001000000101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #500CF4;
 }
 .AnyTagClassName
 {
   color: #500CF4;
 }
</style>
background-color css

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

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

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

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

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

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