Html Css Color HEX #451AAE Purple Heart

📋 copy color: '#451AAE'

red 69 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #451AAE

Tints of Purple Heart #451AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

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

R = 25.65%
G = 9.67%
B = 64.68%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#451AAE (or 0x451AAE) is known color: Purple Heart. HEX triplet: 45, 1A and AE. RGB value is (69,26,174). Sum of RGB (Red+Green+Blue) = 69+26+174=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #451AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451AAE is #BAE551. Grayscale: #373737. Windows color (decimal): -12248402 or 11409989. OLE color: 11409989.

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

Color convert

RGB 69 26 174 -
CMYK 0.60 0.85 0 0.32
HSL 257.43º 0.74% 0.39% -
HSV(B) 257.43º 0.85% 0.68% -
XYZ 10.46 5.06 40.47 -
YUV 55.73 194.75 137.47 -
System Red Green Blue C M Y K H S L
Decimal 69 26 174 0.60 0.85 0 0.32 257.43 0.74 0.39
Hex 45 1A AE 3C 55 0 20 101 4A 27
Octal 105 32 256 74 125 0 40 401 112 47
Binary 1000101 11010 10101110 111100 1010101 0 100000 100000001 1001010 100111

Color Harmonies of #451AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451AAE

Black with #451AAE

Text Example


Text Example

White with #451AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451AAE; }

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

 H1.HeaderClassName
 {
   color: #451AAE;
 }
 .AnyTagClassName
 {
   color: #451AAE;
 }
</style>

background-color css

<style>
 a { background-color: #451AAE; }

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

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

border-color css

<style>
 span { border-color: #451AAE; }

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

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