Html Css Color HEX #4725FA Han Purple

📋 copy color: '#4725FA'

red 71 ◦ green 37 ◦ blue 250

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

Shades of Han Purple #4725FA

Tints of Han Purple #4725FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 19.83%
G = 10.34%
B = 69.83%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4725FA (or 0x4725FA) is known color: Han Purple. HEX triplet: 47, 25 and FA. RGB value is (71,37,250). Sum of RGB (Red+Green+Blue) = 71+37+250=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #4725FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4725FA is #B8DA05. Grayscale: #464646. Windows color (decimal): -12114438 or 16393543. OLE color: 16393543.

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

Color convert

RGB 71 37 250 -
CMYK 0.72 0.85 0 0.02
HSL 249.58º 0.96% 0.56% -
HSV(B) 249.58º 0.85% 0.98% -
XYZ 20.52 9.56 91.21 -
YUV 71.45 228.76 127.68 -
System Red Green Blue C M Y K H S L
Decimal 71 37 250 0.72 0.85 0 0.02 249.58 0.96 0.56
Hex 47 25 FA 48 55 0 2 FA 60 38
Octal 107 45 372 110 125 0 2 372 140 70
Binary 1000111 100101 11111010 1001000 1010101 0 10 11111010 1100000 111000

Color Harmonies of #4725FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725FA

Black with #4725FA

Text Example


Text Example

White with #4725FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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