Html Css Color HEX #5025DF Han Purple

📋 copy color: '#5025DF'

red 80 ◦ green 37 ◦ blue 223

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

Shades of Han Purple #5025DF

Tints of Han Purple #5025DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 23.53%
G = 10.88%
B = 65.59%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5025DF (or 0x5025DF) is known color: Han Purple. HEX triplet: 50, 25 and DF. RGB value is (80,37,223). Sum of RGB (Red+Green+Blue) = 80+37+223=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #5025DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5025DF is #AFDA20. Grayscale: #464646. Windows color (decimal): -11524641 or 14624080. OLE color: 14624080.

HSL color Cylindrical-coordinate representation of color #5025DF: hue angle of 253.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5025DF is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 37 223 -
CMYK 0.64 0.83 0 0.13
HSL 253.87º 0.74% 0.51% -
HSV(B) 253.87º 0.83% 0.87% -
XYZ 17.29 8.36 70.51 -
YUV 71.06 213.75 134.38 -
System Red Green Blue C M Y K H S L
Decimal 80 37 223 0.64 0.83 0 0.13 253.87 0.74 0.51
Hex 50 25 DF 40 53 0 D FE 4A 33
Octal 120 45 337 100 123 0 15 376 112 63
Binary 1010000 100101 11011111 1000000 1010011 0 1101 11111110 1001010 110011

Color Harmonies of #5025DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025DF

Black with #5025DF

Text Example


Text Example

White with #5025DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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