Html Css Color HEX #4707D6 Han Purple

📋 copy color: '#4707D6'

red 71 ◦ green 7 ◦ blue 214

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

Shades of Han Purple #4707D6

Tints of Han Purple #4707D6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

 BLUE value IS 214 (83.98% from 255) = 73.29%

R = 24.32%
G = 2.4%
B = 73.29%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4707D6 (or 0x4707D6) is known color: Han Purple. HEX triplet: 47, 07 and D6. RGB value is (71,7,214). Sum of RGB (Red+Green+Blue) = 71+7+214=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #4707D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4707D6 is #B8F829. Grayscale: #303030. Windows color (decimal): -12122154 or 14026567. OLE color: 14026567.

HSL color Cylindrical-coordinate representation of color #4707D6: hue angle of 258.55º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707D6 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 7 214 -
CMYK 0.67 0.97 0 0.16
HSL 258.55º 0.94% 0.43% -
HSV(B) 258.55º 0.97% 0.84% -
XYZ 14.81 6.35 64.06 -
YUV 49.73 220.7 143.17 -
System Red Green Blue C M Y K H S L
Decimal 71 7 214 0.67 0.97 0 0.16 258.55 0.94 0.43
Hex 47 7 D6 43 61 0 10 103 5E 2B
Octal 107 7 326 103 141 0 20 403 136 53
Binary 1000111 111 11010110 1000011 1100001 0 10000 100000011 1011110 101011

Color Harmonies of #4707D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4707D6

Black with #4707D6

Text Example


Text Example

White with #4707D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4707D6; }

 p { color: rgb(71,7,214); }

 H1.HeaderClassName
 {
   color: #4707D6;
 }
 .AnyTagClassName
 {
   color: #4707D6;
 }
</style>

background-color css

<style>
 a { background-color: #4707D6; }

 a { background-color: rgb(71,7,214); }

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

border-color css

<style>
 span { border-color: #4707D6; }

 span { border-color: rgb(71,7,214); }

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