Html Css Color HEX #5025FB Han Purple

📋 copy color: '#5025FB'

red 80 ◦ green 37 ◦ blue 251

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

Shades of Han Purple #5025FB

Tints of Han Purple #5025FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 21.74%
G = 10.05%
B = 68.21%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5025FB (or 0x5025FB) is known color: Han Purple. HEX triplet: 50, 25 and FB. RGB value is (80,37,251). Sum of RGB (Red+Green+Blue) = 80+37+251=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #5025FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5025FB is #AFDA04. Grayscale: #494949. Windows color (decimal): -11524613 or 16459088. OLE color: 16459088.

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

Color convert

RGB 80 37 251 -
CMYK 0.68 0.85 0 0.02
HSL 252.06º 0.96% 0.56% -
HSV(B) 252.06º 0.85% 0.98% -
XYZ 21.38 9.99 92.07 -
YUV 74.25 227.75 132.1 -
System Red Green Blue C M Y K H S L
Decimal 80 37 251 0.68 0.85 0 0.02 252.06 0.96 0.56
Hex 50 25 FB 44 55 0 2 FC 60 38
Octal 120 45 373 104 125 0 2 374 140 70
Binary 1010000 100101 11111011 1000100 1010101 0 10 11111100 1100000 111000

Color Harmonies of #5025FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025FB

Black with #5025FB

Text Example


Text Example

White with #5025FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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