Html Css Color HEX #470DEE Han Purple

📋 copy color: '#470DEE'

red 71 ◦ green 13 ◦ blue 238

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

Shades of Han Purple #470DEE

Tints of Han Purple #470DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 238 (93.36% from 255) = 73.91%

R = 22.05%
G = 4.04%
B = 73.91%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#470DEE (or 0x470DEE) is known color: Han Purple. HEX triplet: 47, 0D and EE. RGB value is (71,13,238). Sum of RGB (Red+Green+Blue) = 71+13+238=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #470DEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470DEE is #B8F211. Grayscale: #373737. Windows color (decimal): -12120594 or 15600967. OLE color: 15600967.

HSL color Cylindrical-coordinate representation of color #470DEE: hue angle of 255.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470DEE is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 13 238 -
CMYK 0.70 0.95 0 0.07
HSL 255.47º 0.9% 0.49% -
HSV(B) 255.47º 0.95% 0.93% -
XYZ 18.18 7.8 81.44 -
YUV 55.99 230.72 138.7 -
System Red Green Blue C M Y K H S L
Decimal 71 13 238 0.70 0.95 0 0.07 255.47 0.9 0.49
Hex 47 D EE 46 5F 0 7 FF 5A 31
Octal 107 15 356 106 137 0 7 377 132 61
Binary 1000111 1101 11101110 1000110 1011111 0 111 11111111 1011010 110001

Color Harmonies of #470DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DEE

Black with #470DEE

Text Example


Text Example

White with #470DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470DEE; }

 p { color: rgb(71,13,238); }

 H1.HeaderClassName
 {
   color: #470DEE;
 }
 .AnyTagClassName
 {
   color: #470DEE;
 }
</style>

background-color css

<style>
 a { background-color: #470DEE; }

 a { background-color: rgb(71,13,238); }

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

border-color css

<style>
 span { border-color: #470DEE; }

 span { border-color: rgb(71,13,238); }

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