Html Css Color HEX #4725FC Han Purple

📋 copy color: '#4725FC'

red 71 ◦ green 37 ◦ blue 252

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

Shades of Han Purple #4725FC

Tints of Han Purple #4725FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70%

R = 19.72%
G = 10.28%
B = 70%

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

#4725FC (or 0x4725FC) is known color: Han Purple. HEX triplet: 47, 25 and FC. RGB value is (71,37,252). Sum of RGB (Red+Green+Blue) = 71+37+252=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #4725FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4725FC is #B8DA03. Grayscale: #464646. Windows color (decimal): -12114436 or 16524615. OLE color: 16524615.

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

Color convert

RGB 71 37 252 -
CMYK 0.72 0.85 0 0.01
HSL 249.49º 0.97% 0.57% -
HSV(B) 249.49º 0.85% 0.99% -
XYZ 20.83 9.69 92.87 -
YUV 71.68 229.76 127.52 -
System Red Green Blue C M Y K H S L
Decimal 71 37 252 0.72 0.85 0 0.01 249.49 0.97 0.57
Hex 47 25 FC 48 55 0 1 F9 61 39
Octal 107 45 374 110 125 0 1 371 141 71
Binary 1000111 100101 11111100 1001000 1010101 0 1 11111001 1100001 111001

Color Harmonies of #4725FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725FC

Black with #4725FC

Text Example


Text Example

White with #4725FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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