Html Css Color HEX #460FE6 Han Purple

📋 copy color: '#460FE6'

red 70 ◦ green 15 ◦ blue 230

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

Shades of Han Purple #460FE6

Tints of Han Purple #460FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.02%

R = 22.22%
G = 4.76%
B = 73.02%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#460FE6 (or 0x460FE6) is known color: Han Purple. HEX triplet: 46, 0F and E6. RGB value is (70,15,230). Sum of RGB (Red+Green+Blue) = 70+15+230=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #460FE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FE6 is #B9F019. Grayscale: #373737. Windows color (decimal): -12185626 or 15077190. OLE color: 15077190.

HSL color Cylindrical-coordinate representation of color #460FE6: hue angle of 255.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FE6 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 15 230 -
CMYK 0.70 0.93 0 0.10
HSL 255.35º 0.88% 0.48% -
HSV(B) 255.35º 0.93% 0.9% -
XYZ 16.98 7.36 75.39 -
YUV 55.96 226.22 138.02 -
System Red Green Blue C M Y K H S L
Decimal 70 15 230 0.70 0.93 0 0.10 255.35 0.88 0.48
Hex 46 F E6 46 5D 0 A FF 58 30
Octal 106 17 346 106 135 0 12 377 130 60
Binary 1000110 1111 11100110 1000110 1011101 0 1010 11111111 1011000 110000

Color Harmonies of #460FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FE6

Black with #460FE6

Text Example


Text Example

White with #460FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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