Html Css Color HEX #4700ED Han Purple

📋 copy color: '#4700ED'

red 71 ◦ green 0 ◦ blue 237

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

Shades of Han Purple #4700ED

Tints of Han Purple #4700ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 76.95%

R = 23.05%
G = 0%
B = 76.95%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4700ED (or 0x4700ED) is known color: Han Purple. HEX triplet: 47, 00 and ED. RGB value is (71,0,237). Sum of RGB (Red+Green+Blue) = 71+0+237=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #4700ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4700ED is #B8FF12. Grayscale: #2F2F2F. Windows color (decimal): -12123923 or 15532103. OLE color: 15532103.

HSL color Cylindrical-coordinate representation of color #4700ED: hue angle of 257.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4700ED is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 0 237 -
CMYK 0.70 1 0 0.07
HSL 257.97º 1% 0.46% -
HSV(B) 257.97º 1% 0.93% -
XYZ 17.88 7.45 80.62 -
YUV 48.25 234.52 144.23 -
System Red Green Blue C M Y K H S L
Decimal 71 0 237 0.70 1 0 0.07 257.97 1 0.46
Hex 47 0 ED 46 64 0 7 102 64 2E
Octal 107 0 355 106 144 0 7 402 144 56
Binary 1000111 0 11101101 1000110 1100100 0 111 100000010 1100100 101110

Color Harmonies of #4700ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700ED

Black with #4700ED

Text Example


Text Example

White with #4700ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4700ED; }

 p { color: rgb(71,0,237); }

 H1.HeaderClassName
 {
   color: #4700ED;
 }
 .AnyTagClassName
 {
   color: #4700ED;
 }
</style>

background-color css

<style>
 a { background-color: #4700ED; }

 a { background-color: rgb(71,0,237); }

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

border-color css

<style>
 span { border-color: #4700ED; }

 span { border-color: rgb(71,0,237); }

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