Html Css Color HEX #451CAA Purple Heart

📋 copy color: '#451CAA'

red 69 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #451CAA

Tints of Purple Heart #451CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 25.84%
G = 10.49%
B = 63.67%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#451CAA (or 0x451CAA) is known color: Purple Heart. HEX triplet: 45, 1C and AA. RGB value is (69,28,170). Sum of RGB (Red+Green+Blue) = 69+28+170=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #451CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451CAA is #BAE355. Grayscale: #373737. Windows color (decimal): -12247894 or 11148357. OLE color: 11148357.

HSL color Cylindrical-coordinate representation of color #451CAA: hue angle of 257.32º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451CAA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 28 170 -
CMYK 0.59 0.84 0 0.33
HSL 257.32º 0.72% 0.39% -
HSV(B) 257.32º 0.84% 0.67% -
XYZ 10.13 5 38.46 -
YUV 56.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 69 28 170 0.59 0.84 0 0.33 257.32 0.72 0.39
Hex 45 1C AA 3B 54 0 21 101 48 27
Octal 105 34 252 73 124 0 41 401 110 47
Binary 1000101 11100 10101010 111011 1010100 0 100001 100000001 1001000 100111

Color Harmonies of #451CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451CAA

Black with #451CAA

Text Example


Text Example

White with #451CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,28,170); }

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

background-color css

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

 a { background-color: rgb(69,28,170); }

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

border-color css

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

 span { border-color: rgb(69,28,170); }

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