Html Css Color HEX #5025DA Han Purple

📋 copy color: '#5025DA'

red 80 ◦ green 37 ◦ blue 218

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

Shades of Han Purple #5025DA

Tints of Han Purple #5025DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 23.88%
G = 11.04%
B = 65.07%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5025DA (or 0x5025DA) is known color: Han Purple. HEX triplet: 50, 25 and DA. RGB value is (80,37,218). Sum of RGB (Red+Green+Blue) = 80+37+218=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #5025DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5025DA is #AFDA25. Grayscale: #454545. Windows color (decimal): -11524646 or 14296400. OLE color: 14296400.

HSL color Cylindrical-coordinate representation of color #5025DA: hue angle of 254.25º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5025DA is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 37 218 -
CMYK 0.63 0.83 0 0.15
HSL 254.25º 0.71% 0.5% -
HSV(B) 254.25º 0.83% 0.85% -
XYZ 16.62 8.09 67.02 -
YUV 70.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 80 37 218 0.63 0.83 0 0.15 254.25 0.71 0.5
Hex 50 25 DA 3F 53 0 F FE 47 32
Octal 120 45 332 77 123 0 17 376 107 62
Binary 1010000 100101 11011010 111111 1010011 0 1111 11111110 1000111 110010

Color Harmonies of #5025DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025DA

Black with #5025DA

Text Example


Text Example

White with #5025DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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