Html Css Color HEX #4725FE Han Purple

📋 copy color: '#4725FE'

red 71 ◦ green 37 ◦ blue 254

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

Shades of Han Purple #4725FE

Tints of Han Purple #4725FE

RGB

 RED value IS 71 (28.13% from 255) = 19.61%

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

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

R = 19.61%
G = 10.22%
B = 70.17%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4725FE (or 0x4725FE) is known color: Han Purple. HEX triplet: 47, 25 and FE. RGB value is (71,37,254). Sum of RGB (Red+Green+Blue) = 71+37+254=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #4725FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4725FE is #B8DA01. Grayscale: #474747. Windows color (decimal): -12114434 or 16655687. OLE color: 16655687.

HSL color Cylindrical-coordinate representation of color #4725FE: hue angle of 249.4º 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 #4725FE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 37 254 -
CMYK 0.72 0.85 0 0.00
HSL 249.4º 0.99% 0.57% -
HSV(B) 249.4º 0.85% 1% -
XYZ 21.15 9.82 94.55 -
YUV 71.9 230.76 127.36 -
System Red Green Blue C M Y K H S L
Decimal 71 37 254 0.72 0.85 0 0.00 249.4 0.99 0.57
Hex 47 25 FE 48 55 0 0 F9 63 39
Octal 107 45 376 110 125 0 0 371 143 71
Binary 1000111 100101 11111110 1001000 1010101 0 0 11111001 1100011 111001

Color Harmonies of #4725FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725FE

Black with #4725FE

Text Example


Text Example

White with #4725FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4725FE; }

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

 H1.HeaderClassName
 {
   color: #4725FE;
 }
 .AnyTagClassName
 {
   color: #4725FE;
 }
</style>

background-color css

<style>
 a { background-color: #4725FE; }

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

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

border-color css

<style>
 span { border-color: #4725FE; }

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

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