Html Css Color HEX #4705E4 Han Purple

📋 copy color: '#4705E4'

red 71 ◦ green 5 ◦ blue 228

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

Shades of Han Purple #4705E4

Tints of Han Purple #4705E4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 228 (89.45% from 255) = 75%

R = 23.36%
G = 1.64%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4705E4 (or 0x4705E4) is known color: Han Purple. HEX triplet: 47, 05 and E4. RGB value is (71,5,228). Sum of RGB (Red+Green+Blue) = 71+5+228=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 228 (89.45% from 255 or 75% from 304); Max value from RGB is 228 - color contains mainly: blue. Hex color #4705E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4705E4 is #B8FA1B. Grayscale: #313131. Windows color (decimal): -12122652 or 14943559. OLE color: 14943559.

HSL color Cylindrical-coordinate representation of color #4705E4: hue angle of 257.76º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705E4 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 5 228 -
CMYK 0.69 0.98 0 0.11
HSL 257.76º 0.96% 0.46% -
HSV(B) 257.76º 0.98% 0.89% -
XYZ 16.66 7.05 73.88 -
YUV 50.16 228.37 142.87 -
System Red Green Blue C M Y K H S L
Decimal 71 5 228 0.69 0.98 0 0.11 257.76 0.96 0.46
Hex 47 5 E4 45 62 0 B 102 60 2E
Octal 107 5 344 105 142 0 13 402 140 56
Binary 1000111 101 11100100 1000101 1100010 0 1011 100000010 1100000 101110

Color Harmonies of #4705E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4705E4

Black with #4705E4

Text Example


Text Example

White with #4705E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4705E4; }

 p { color: rgb(71,5,228); }

 H1.HeaderClassName
 {
   color: #4705E4;
 }
 .AnyTagClassName
 {
   color: #4705E4;
 }
</style>

background-color css

<style>
 a { background-color: #4705E4; }

 a { background-color: rgb(71,5,228); }

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

border-color css

<style>
 span { border-color: #4705E4; }

 span { border-color: rgb(71,5,228); }

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