Html Css Color HEX #4701CF Han Purple

📋 copy color: '#4701CF'

red 71 ◦ green 1 ◦ blue 207

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

Shades of Han Purple #4701CF

Tints of Han Purple #4701CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 25.45%
G = 0.36%
B = 74.19%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4701CF (or 0x4701CF) is known color: Han Purple. HEX triplet: 47, 01 and CF. RGB value is (71,1,207). Sum of RGB (Red+Green+Blue) = 71+1+207=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #4701CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4701CF is #B8FE30. Grayscale: #2C2C2C. Windows color (decimal): -12123697 or 13566279. OLE color: 13566279.

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

Color convert

RGB 71 1 207 -
CMYK 0.66 1.00 0 0.19
HSL 260.39º 0.99% 0.41% -
HSV(B) 260.39º 1% 0.81% -
XYZ 13.87 5.87 59.43 -
YUV 45.41 219.19 146.25 -
System Red Green Blue C M Y K H S L
Decimal 71 1 207 0.66 1.00 0 0.19 260.39 0.99 0.41
Hex 47 1 CF 42 64 0 13 104 63 29
Octal 107 1 317 102 144 0 23 404 143 51
Binary 1000111 1 11001111 1000010 1100100 0 10011 100000100 1100011 101001

Color Harmonies of #4701CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4701CF

Black with #4701CF

Text Example


Text Example

White with #4701CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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