Html Css Color HEX #4707FD Han Purple

📋 copy color: '#4707FD'

red 71 ◦ green 7 ◦ blue 253

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

Shades of Han Purple #4707FD

Tints of Han Purple #4707FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

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

R = 21.45%
G = 2.11%
B = 76.44%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4707FD (or 0x4707FD) is known color: Han Purple. HEX triplet: 47, 07 and FD. RGB value is (71,7,253). Sum of RGB (Red+Green+Blue) = 71+7+253=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #4707FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4707FD is #B8F802. Grayscale: #353535. Windows color (decimal): -12122115 or 16582471. OLE color: 16582471.

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

Color convert

RGB 71 7 253 -
CMYK 0.72 0.97 0 0.01
HSL 255.61º 0.98% 0.51% -
HSV(B) 255.61º 0.97% 0.99% -
XYZ 20.4 8.58 93.51 -
YUV 54.18 240.2 140 -
System Red Green Blue C M Y K H S L
Decimal 71 7 253 0.72 0.97 0 0.01 255.61 0.98 0.51
Hex 47 7 FD 48 61 0 1 100 62 33
Octal 107 7 375 110 141 0 1 400 142 63
Binary 1000111 111 11111101 1001000 1100001 0 1 100000000 1100010 110011

Color Harmonies of #4707FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4707FD

Black with #4707FD

Text Example


Text Example

White with #4707FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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