Html Css Color HEX #4713DC Han Purple

📋 copy color: '#4713DC'

red 71 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #4713DC

Tints of Han Purple #4713DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 22.9%
G = 6.13%
B = 70.97%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4713DC (or 0x4713DC) is known color: Han Purple. HEX triplet: 47, 13 and DC. RGB value is (71,19,220). Sum of RGB (Red+Green+Blue) = 71+19+220=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #4713DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713DC is #B8EC23. Grayscale: #383838. Windows color (decimal): -12119076 or 14422855. OLE color: 14422855.

HSL color Cylindrical-coordinate representation of color #4713DC: hue angle of 255.52º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4713DC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 19 220 -
CMYK 0.68 0.91 0 0.14
HSL 255.52º 0.84% 0.47% -
HSV(B) 255.52º 0.91% 0.86% -
XYZ 15.75 6.97 68.23 -
YUV 57.46 219.73 137.66 -
System Red Green Blue C M Y K H S L
Decimal 71 19 220 0.68 0.91 0 0.14 255.52 0.84 0.47
Hex 47 13 DC 44 5B 0 E 100 54 2F
Octal 107 23 334 104 133 0 16 400 124 57
Binary 1000111 10011 11011100 1000100 1011011 0 1110 100000000 1010100 101111

Color Harmonies of #4713DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713DC

Black with #4713DC

Text Example


Text Example

White with #4713DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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