Html Css Color HEX #500CFA Han Purple

📋 copy color: '#500CFA'

red 80 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #500CFA

Tints of Han Purple #500CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.1%

R = 23.39%
G = 3.51%
B = 73.1%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#500CFA (or 0x500CFA) is known color: Han Purple. HEX triplet: 50, 0C and FA. RGB value is (80,12,250). Sum of RGB (Red+Green+Blue) = 80+12+250=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #500CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CFA is #AFF305. Grayscale: #3A3A3A. Windows color (decimal): -11531014 or 16387152. OLE color: 16387152.

HSL color Cylindrical-coordinate representation of color #500CFA: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CFA is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 12 250 -
CMYK 0.68 0.95 0 0.02
HSL 257.14º 0.96% 0.51% -
HSV(B) 257.14º 0.95% 0.98% -
XYZ 20.7 8.87 91.06 -
YUV 59.46 235.53 142.65 -
System Red Green Blue C M Y K H S L
Decimal 80 12 250 0.68 0.95 0 0.02 257.14 0.96 0.51
Hex 50 C FA 44 5F 0 2 101 60 33
Octal 120 14 372 104 137 0 2 401 140 63
Binary 1010000 1100 11111010 1000100 1011111 0 10 100000001 1100000 110011

Color Harmonies of #500CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500CFA

Black with #500CFA

Text Example


Text Example

White with #500CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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