Html Css Color HEX #450EAE Purple Heart

📋 copy color: '#450EAE'

red 69 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #450EAE

Tints of Purple Heart #450EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 26.85%
G = 5.45%
B = 67.7%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#450EAE (or 0x450EAE) is known color: Purple Heart. HEX triplet: 45, 0E and AE. RGB value is (69,14,174). Sum of RGB (Red+Green+Blue) = 69+14+174=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #450EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450EAE is #BAF151. Grayscale: #303030. Windows color (decimal): -12251474 or 11406917. OLE color: 11406917.

HSL color Cylindrical-coordinate representation of color #450EAE: hue angle of 260.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450EAE is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 14 174 -
CMYK 0.60 0.92 0 0.32
HSL 260.63º 0.85% 0.37% -
HSV(B) 260.63º 0.92% 0.68% -
XYZ 10.25 4.64 40.4 -
YUV 48.69 198.72 142.49 -
System Red Green Blue C M Y K H S L
Decimal 69 14 174 0.60 0.92 0 0.32 260.63 0.85 0.37
Hex 45 E AE 3C 5C 0 20 105 55 25
Octal 105 16 256 74 134 0 40 405 125 45
Binary 1000101 1110 10101110 111100 1011100 0 100000 100000101 1010101 100101

Color Harmonies of #450EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EAE

Black with #450EAE

Text Example


Text Example

White with #450EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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