Html Css Color HEX #450EED Han Purple

📋 copy color: '#450EED'

red 69 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #450EED

Tints of Han Purple #450EED

RGB

 RED value IS 69 (27.34% from 255) = 21.56%

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

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

R = 21.56%
G = 4.38%
B = 74.06%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#450EED (or 0x450EED) is known color: Han Purple. HEX triplet: 45, 0E and ED. RGB value is (69,14,237). Sum of RGB (Red+Green+Blue) = 69+14+237=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #450EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EED is #BAF112. Grayscale: #373737. Windows color (decimal): -12251411 or 15535685. OLE color: 15535685.

HSL color Cylindrical-coordinate representation of color #450EED: hue angle of 254.8º 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 #450EED is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 14 237 -
CMYK 0.71 0.94 0 0.07
HSL 254.8º 0.89% 0.49% -
HSV(B) 254.8º 0.94% 0.93% -
XYZ 17.9 7.69 80.66 -
YUV 55.87 230.22 137.37 -
System Red Green Blue C M Y K H S L
Decimal 69 14 237 0.71 0.94 0 0.07 254.8 0.89 0.49
Hex 45 E ED 47 5E 0 7 FF 59 31
Octal 105 16 355 107 136 0 7 377 131 61
Binary 1000101 1110 11101101 1000111 1011110 0 111 11111111 1011001 110001

Color Harmonies of #450EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EED

Black with #450EED

Text Example


Text Example

White with #450EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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