Html Css Color HEX #5025FF Han Purple

📋 copy color: '#5025FF'

red 80 ◦ green 37 ◦ blue 255

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

Shades of Han Purple #5025FF

Tints of Han Purple #5025FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

 BLUE value IS 255 (100% from 255) = 68.55%

R = 21.51%
G = 9.95%
B = 68.55%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5025FF (or 0x5025FF) is known color: Han Purple. HEX triplet: 50, 25 and FF. RGB value is (80,37,255). Sum of RGB (Red+Green+Blue) = 80+37+255=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #5025FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5025FF is #AFDA00. Grayscale: #494949. Windows color (decimal): -11524609 or 16721232. OLE color: 16721232.

HSL color Cylindrical-coordinate representation of color #5025FF: hue angle of 251.83º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5025FF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 37 255 -
CMYK 0.69 0.85 0 0
HSL 251.83º 1% 0.57% -
HSV(B) 251.83º 0.85% 1% -
XYZ 22.02 10.25 95.43 -
YUV 74.71 229.75 131.77 -
System Red Green Blue C M Y K H S L
Decimal 80 37 255 0.69 0.85 0 0 251.83 1 0.57
Hex 50 25 FF 45 55 0 0 FC 64 39
Octal 120 45 377 105 125 0 0 374 144 71
Binary 1010000 100101 11111111 1000101 1010101 0 0 11111100 1100100 111001

Color Harmonies of #5025FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025FF

Black with #5025FF

Text Example


Text Example

White with #5025FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5025FF; }

 p { color: rgb(80,37,255); }

 H1.HeaderClassName
 {
   color: #5025FF;
 }
 .AnyTagClassName
 {
   color: #5025FF;
 }
</style>

background-color css

<style>
 a { background-color: #5025FF; }

 a { background-color: rgb(80,37,255); }

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

border-color css

<style>
 span { border-color: #5025FF; }

 span { border-color: rgb(80,37,255); }

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