Html Css Color HEX #4725FD Han Purple

📋 copy color: '#4725FD'

red 71 ◦ green 37 ◦ blue 253

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

Shades of Han Purple #4725FD

Tints of Han Purple #4725FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.08%

R = 19.67%
G = 10.25%
B = 70.08%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4725FD (or 0x4725FD) is known color: Han Purple. HEX triplet: 47, 25 and FD. RGB value is (71,37,253). Sum of RGB (Red+Green+Blue) = 71+37+253=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #4725FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4725FD is #B8DA02. Grayscale: #464646. Windows color (decimal): -12114435 or 16590151. OLE color: 16590151.

HSL color Cylindrical-coordinate representation of color #4725FD: hue angle of 249.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4725FD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 37 253 -
CMYK 0.72 0.85 0 0.01
HSL 249.44º 0.98% 0.57% -
HSV(B) 249.44º 0.85% 0.99% -
XYZ 20.99 9.75 93.71 -
YUV 71.79 230.26 127.44 -
System Red Green Blue C M Y K H S L
Decimal 71 37 253 0.72 0.85 0 0.01 249.44 0.98 0.57
Hex 47 25 FD 48 55 0 1 F9 62 39
Octal 107 45 375 110 125 0 1 371 142 71
Binary 1000111 100101 11111101 1001000 1010101 0 1 11111001 1100010 111001

Color Harmonies of #4725FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725FD

Black with #4725FD

Text Example


Text Example

White with #4725FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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