Html Css Color HEX #5032FA Han Purple

📋 copy color: '#5032FA'

red 80 ◦ green 50 ◦ blue 250

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

Shades of Han Purple #5032FA

Tints of Han Purple #5032FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.16%

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

R = 21.05%
G = 13.16%
B = 65.79%

CMYK

 C value IS 0.68

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5032FA (or 0x5032FA) is known color: Han Purple. HEX triplet: 50, 32 and FA. RGB value is (80,50,250). Sum of RGB (Red+Green+Blue) = 80+50+250=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #5032FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5032FA is #AFCD05. Grayscale: #515151. Windows color (decimal): -11521286 or 16396880. OLE color: 16396880.

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

Color convert

RGB 80 50 250 -
CMYK 0.68 0.8 0 0.02
HSL 249º 0.95% 0.59% -
HSV(B) 249º 0.8% 0.98% -
XYZ 21.7 10.89 91.4 -
YUV 81.77 222.94 126.74 -
System Red Green Blue C M Y K H S L
Decimal 80 50 250 0.68 0.8 0 0.02 249 0.95 0.59
Hex 50 32 FA 44 50 0 2 F9 5F 3B
Octal 120 62 372 104 120 0 2 371 137 73
Binary 1010000 110010 11111010 1000100 1010000 0 10 11111001 1011111 111011

Color Harmonies of #5032FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5032FA

Black with #5032FA

Text Example


Text Example

White with #5032FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5032FA; }

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

 H1.HeaderClassName
 {
   color: #5032FA;
 }
 .AnyTagClassName
 {
   color: #5032FA;
 }
</style>

background-color css

<style>
 a { background-color: #5032FA; }

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

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

border-color css

<style>
 span { border-color: #5032FA; }

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

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