Html Css Color HEX #4713FC Han Purple

📋 copy color: '#4713FC'

red 71 ◦ green 19 ◦ blue 252

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

Shades of Han Purple #4713FC

Tints of Han Purple #4713FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

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

R = 20.76%
G = 5.56%
B = 73.68%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4713FC (or 0x4713FC) is known color: Han Purple. HEX triplet: 47, 13 and FC. RGB value is (71,19,252). Sum of RGB (Red+Green+Blue) = 71+19+252=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #4713FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4713FC is #B8EC03. Grayscale: #3C3C3C. Windows color (decimal): -12119044 or 16520007. OLE color: 16520007.

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

Color convert

RGB 71 19 252 -
CMYK 0.72 0.92 0 0.01
HSL 253.39º 0.97% 0.53% -
HSV(B) 253.39º 0.92% 0.99% -
XYZ 20.4 8.83 92.73 -
YUV 61.11 235.73 135.05 -
System Red Green Blue C M Y K H S L
Decimal 71 19 252 0.72 0.92 0 0.01 253.39 0.97 0.53
Hex 47 13 FC 48 5C 0 1 FD 61 35
Octal 107 23 374 110 134 0 1 375 141 65
Binary 1000111 10011 11111100 1001000 1011100 0 1 11111101 1100001 110101

Color Harmonies of #4713FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713FC

Black with #4713FC

Text Example


Text Example

White with #4713FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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