Html Css Color HEX #460ED7 Han Purple

📋 copy color: '#460ED7'

red 70 ◦ green 14 ◦ blue 215

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

Shades of Han Purple #460ED7

Tints of Han Purple #460ED7

RGB

 RED value IS 70 (27.73% from 255) = 23.41%

 GREEN value IS 14 (5.86% from 255) = 4.68%

 BLUE value IS 215 (84.38% from 255) = 71.91%

R = 23.41%
G = 4.68%
B = 71.91%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#460ED7 (or 0x460ED7) is known color: Han Purple. HEX triplet: 46, 0E and D7. RGB value is (70,14,215). Sum of RGB (Red+Green+Blue) = 70+14+215=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 215 (84.38% from 255 or 71.91% from 299); Max value from RGB is 215 - color contains mainly: blue. Hex color #460ED7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ED7 is #B9F128. Grayscale: #343434. Windows color (decimal): -12185897 or 14093894. OLE color: 14093894.

HSL color Cylindrical-coordinate representation of color #460ED7: hue angle of 256.72º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460ED7 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 14 215 -
CMYK 0.67 0.93 0 0.16
HSL 256.72º 0.88% 0.45% -
HSV(B) 256.72º 0.93% 0.84% -
XYZ 14.95 6.52 64.76 -
YUV 53.66 219.05 139.66 -
System Red Green Blue C M Y K H S L
Decimal 70 14 215 0.67 0.93 0 0.16 256.72 0.88 0.45
Hex 46 E D7 43 5D 0 10 101 58 2D
Octal 106 16 327 103 135 0 20 401 130 55
Binary 1000110 1110 11010111 1000011 1011101 0 10000 100000001 1011000 101101

Color Harmonies of #460ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460ED7

Black with #460ED7

Text Example


Text Example

White with #460ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460ED7; }

 p { color: rgb(70,14,215); }

 H1.HeaderClassName
 {
   color: #460ED7;
 }
 .AnyTagClassName
 {
   color: #460ED7;
 }
</style>

background-color css

<style>
 a { background-color: #460ED7; }

 a { background-color: rgb(70,14,215); }

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

border-color css

<style>
 span { border-color: #460ED7; }

 span { border-color: rgb(70,14,215); }

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