Html Css Color HEX #460EED Han Purple

📋 copy color: '#460EED'

red 70 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #460EED

Tints of Han Purple #460EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.83%

R = 21.81%
G = 4.36%
B = 73.83%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#460EED (or 0x460EED) is known color: Han Purple. HEX triplet: 46, 0E and ED. RGB value is (70,14,237). Sum of RGB (Red+Green+Blue) = 70+14+237=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #460EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EED is #B9F112. Grayscale: #373737. Windows color (decimal): -12185875 or 15535686. OLE color: 15535686.

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

Color convert

RGB 70 14 237 -
CMYK 0.70 0.94 0 0.07
HSL 255.07º 0.89% 0.49% -
HSV(B) 255.07º 0.94% 0.93% -
XYZ 17.97 7.73 80.67 -
YUV 56.17 230.05 137.87 -
System Red Green Blue C M Y K H S L
Decimal 70 14 237 0.70 0.94 0 0.07 255.07 0.89 0.49
Hex 46 E ED 46 5E 0 7 FF 59 31
Octal 106 16 355 106 136 0 7 377 131 61
Binary 1000110 1110 11101101 1000110 1011110 0 111 11111111 1011001 110001

Color Harmonies of #460EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EED

Black with #460EED

Text Example


Text Example

White with #460EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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