Html Css Color HEX #451DAE Purple Heart

📋 copy color: '#451DAE'

red 69 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #451DAE

Tints of Purple Heart #451DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.66%

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

R = 25.37%
G = 10.66%
B = 63.97%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#451DAE (or 0x451DAE) is known color: Purple Heart. HEX triplet: 45, 1D and AE. RGB value is (69,29,174). Sum of RGB (Red+Green+Blue) = 69+29+174=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #451DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451DAE is #BAE251. Grayscale: #383838. Windows color (decimal): -12247634 or 11410757. OLE color: 11410757.

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

Color convert

RGB 69 29 174 -
CMYK 0.60 0.83 0 0.32
HSL 256.55º 0.71% 0.4% -
HSV(B) 256.55º 0.83% 0.68% -
XYZ 10.53 5.2 40.49 -
YUV 57.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 69 29 174 0.60 0.83 0 0.32 256.55 0.71 0.4
Hex 45 1D AE 3C 53 0 20 101 47 28
Octal 105 35 256 74 123 0 40 401 107 50
Binary 1000101 11101 10101110 111100 1010011 0 100000 100000001 1000111 101000

Color Harmonies of #451DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451DAE

Black with #451DAE

Text Example


Text Example

White with #451DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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