Html Css Color HEX #4700CE Han Purple

📋 copy color: '#4700CE'

red 71 ◦ green 0 ◦ blue 206

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

Shades of Han Purple #4700CE

Tints of Han Purple #4700CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.37%

R = 25.63%
G = 0%
B = 74.37%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4700CE (or 0x4700CE) is known color: Han Purple. HEX triplet: 47, 00 and CE. RGB value is (71,0,206). Sum of RGB (Red+Green+Blue) = 71+0+206=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #4700CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4700CE is #B8FF31. Grayscale: #2B2B2B. Windows color (decimal): -12123954 or 13500487. OLE color: 13500487.

HSL color Cylindrical-coordinate representation of color #4700CE: hue angle of 260.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4700CE is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 0 206 -
CMYK 0.66 1 0 0.19
HSL 260.68º 1% 0.4% -
HSV(B) 260.68º 1% 0.81% -
XYZ 13.74 5.8 58.79 -
YUV 44.71 219.02 146.75 -
System Red Green Blue C M Y K H S L
Decimal 71 0 206 0.66 1 0 0.19 260.68 1 0.4
Hex 47 0 CE 42 64 0 13 105 64 28
Octal 107 0 316 102 144 0 23 405 144 50
Binary 1000111 0 11001110 1000010 1100100 0 10011 100000101 1100100 101000

Color Harmonies of #4700CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700CE

Black with #4700CE

Text Example


Text Example

White with #4700CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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