Html Css Color HEX #4700CF Han Purple

📋 copy color: '#4700CF'

red 71 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #4700CF

Tints of Han Purple #4700CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 74.46%

R = 25.54%
G = 0%
B = 74.46%

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

#4700CF (or 0x4700CF) is known color: Han Purple. HEX triplet: 47, 00 and CF. RGB value is (71,0,207). Sum of RGB (Red+Green+Blue) = 71+0+207=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #4700CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4700CF is #B8FF30. Grayscale: #2C2C2C. Windows color (decimal): -12123953 or 13566023. OLE color: 13566023.

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

Color convert

RGB 71 0 207 -
CMYK 0.66 1 0 0.19
HSL 260.58º 1% 0.41% -
HSV(B) 260.58º 1% 0.81% -
XYZ 13.86 5.84 59.43 -
YUV 44.83 219.52 146.67 -
System Red Green Blue C M Y K H S L
Decimal 71 0 207 0.66 1 0 0.19 260.58 1 0.41
Hex 47 0 CF 42 64 0 13 105 64 29
Octal 107 0 317 102 144 0 23 405 144 51
Binary 1000111 0 11001111 1000010 1100100 0 10011 100000101 1100100 101001

Color Harmonies of #4700CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700CF

Black with #4700CF

Text Example


Text Example

White with #4700CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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