Html Css Color HEX #4F25FE Han Purple

📋 copy color: '#4F25FE'

red 79 ◦ green 37 ◦ blue 254

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

Shades of Han Purple #4F25FE

Tints of Han Purple #4F25FE

RGB

 RED value IS 79 (31.25% from 255) = 21.35%

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

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 21.35%
G = 10%
B = 68.65%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F25FE (or 0x4F25FE) is known color: Han Purple. HEX triplet: 4F, 25 and FE. RGB value is (79,37,254). Sum of RGB (Red+Green+Blue) = 79+37+254=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F25FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F25FE is #B0DA01. Grayscale: #494949. Windows color (decimal): -11590146 or 16655695. OLE color: 16655695.

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

Color convert

RGB 79 37 254 -
CMYK 0.69 0.85 0 0.00
HSL 251.61º 0.99% 0.57% -
HSV(B) 251.61º 0.85% 1% -
XYZ 21.78 10.14 94.58 -
YUV 74.3 229.41 131.36 -
System Red Green Blue C M Y K H S L
Decimal 79 37 254 0.69 0.85 0 0.00 251.61 0.99 0.57
Hex 4F 25 FE 45 55 0 0 FC 63 39
Octal 117 45 376 105 125 0 0 374 143 71
Binary 1001111 100101 11111110 1000101 1010101 0 0 11111100 1100011 111001

Color Harmonies of #4F25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F25FE

Black with #4F25FE

Text Example


Text Example

White with #4F25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F25FE; }

 p { color: rgb(79,37,254); }

 H1.HeaderClassName
 {
   color: #4F25FE;
 }
 .AnyTagClassName
 {
   color: #4F25FE;
 }
</style>

background-color css

<style>
 a { background-color: #4F25FE; }

 a { background-color: rgb(79,37,254); }

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

border-color css

<style>
 span { border-color: #4F25FE; }

 span { border-color: rgb(79,37,254); }

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