Html Css Color HEX #460FD7 Han Purple

📋 copy color: '#460FD7'

red 70 ◦ green 15 ◦ blue 215

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

Shades of Han Purple #460FD7

Tints of Han Purple #460FD7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5%

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

R = 23.33%
G = 5%
B = 71.67%

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

#460FD7 (or 0x460FD7) is known color: Han Purple. HEX triplet: 46, 0F and D7. RGB value is (70,15,215). Sum of RGB (Red+Green+Blue) = 70+15+215=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 215 (84.38% from 255 or 71.67% from 300); Max value from RGB is 215 - color contains mainly: blue. Hex color #460FD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FD7 is #B9F028. Grayscale: #353535. Windows color (decimal): -12185641 or 14094150. OLE color: 14094150.

HSL color Cylindrical-coordinate representation of color #460FD7: hue angle of 256.5º degrees, saturation: 0.87, 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 #460FD7 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 15 215 -
CMYK 0.67 0.93 0 0.16
HSL 256.5º 0.87% 0.45% -
HSV(B) 256.5º 0.93% 0.84% -
XYZ 14.96 6.55 64.77 -
YUV 54.25 218.72 139.24 -
System Red Green Blue C M Y K H S L
Decimal 70 15 215 0.67 0.93 0 0.16 256.5 0.87 0.45
Hex 46 F D7 43 5D 0 10 100 57 2D
Octal 106 17 327 103 135 0 20 400 127 55
Binary 1000110 1111 11010111 1000011 1011101 0 10000 100000000 1010111 101101

Color Harmonies of #460FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FD7

Black with #460FD7

Text Example


Text Example

White with #460FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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