Html Css Color HEX #450EAD Purple Heart

📋 copy color: '#450EAD'

red 69 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #450EAD

Tints of Purple Heart #450EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 26.95%
G = 5.47%
B = 67.58%

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

#450EAD (or 0x450EAD) is known color: Purple Heart. HEX triplet: 45, 0E and AD. RGB value is (69,14,173). Sum of RGB (Red+Green+Blue) = 69+14+173=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #450EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450EAD is #BAF152. Grayscale: #2F2F2F. Windows color (decimal): -12251475 or 11341381. OLE color: 11341381.

HSL color Cylindrical-coordinate representation of color #450EAD: hue angle of 260.75º 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 #450EAD is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 14 173 -
CMYK 0.60 0.92 0 0.32
HSL 260.75º 0.85% 0.37% -
HSV(B) 260.75º 0.92% 0.68% -
XYZ 10.15 4.6 39.89 -
YUV 48.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 69 14 173 0.60 0.92 0 0.32 260.75 0.85 0.37
Hex 45 E AD 3C 5C 0 20 105 55 25
Octal 105 16 255 74 134 0 40 405 125 45
Binary 1000101 1110 10101101 111100 1011100 0 100000 100000101 1010101 100101

Color Harmonies of #450EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EAD

Black with #450EAD

Text Example


Text Example

White with #450EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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