Html Css Color HEX #470DEA Han Purple

📋 copy color: '#470DEA'

red 71 ◦ green 13 ◦ blue 234

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

Shades of Han Purple #470DEA

Tints of Han Purple #470DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.58%

R = 22.33%
G = 4.09%
B = 73.58%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#470DEA (or 0x470DEA) is known color: Han Purple. HEX triplet: 47, 0D and EA. RGB value is (71,13,234). Sum of RGB (Red+Green+Blue) = 71+13+234=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #470DEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470DEA is #B8F215. Grayscale: #363636. Windows color (decimal): -12120598 or 15338823. OLE color: 15338823.

HSL color Cylindrical-coordinate representation of color #470DEA: hue angle of 255.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470DEA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 13 234 -
CMYK 0.70 0.94 0 0.08
HSL 255.75º 0.89% 0.48% -
HSV(B) 255.75º 0.94% 0.92% -
XYZ 17.59 7.57 78.38 -
YUV 55.54 228.72 139.03 -
System Red Green Blue C M Y K H S L
Decimal 71 13 234 0.70 0.94 0 0.08 255.75 0.89 0.48
Hex 47 D EA 46 5E 0 8 100 59 30
Octal 107 15 352 106 136 0 10 400 131 60
Binary 1000111 1101 11101010 1000110 1011110 0 1000 100000000 1011001 110000

Color Harmonies of #470DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DEA

Black with #470DEA

Text Example


Text Example

White with #470DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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