Html Css Color HEX #451BAA Purple Heart

📋 copy color: '#451BAA'

red 69 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #451BAA

Tints of Purple Heart #451BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.15%

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

R = 25.94%
G = 10.15%
B = 63.91%

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

#451BAA (or 0x451BAA) is known color: Purple Heart. HEX triplet: 45, 1B and AA. RGB value is (69,27,170). Sum of RGB (Red+Green+Blue) = 69+27+170=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #451BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451BAA is #BAE455. Grayscale: #373737. Windows color (decimal): -12248150 or 11148101. OLE color: 11148101.

HSL color Cylindrical-coordinate representation of color #451BAA: hue angle of 257.62º degrees, saturation: 0.73, 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 #451BAA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 27 170 -
CMYK 0.59 0.84 0 0.33
HSL 257.62º 0.73% 0.39% -
HSV(B) 257.62º 0.84% 0.67% -
XYZ 10.1 4.95 38.45 -
YUV 55.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 69 27 170 0.59 0.84 0 0.33 257.62 0.73 0.39
Hex 45 1B AA 3B 54 0 21 102 49 27
Octal 105 33 252 73 124 0 41 402 111 47
Binary 1000101 11011 10101010 111011 1010100 0 100001 100000010 1001001 100111

Color Harmonies of #451BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451BAA

Black with #451BAA

Text Example


Text Example

White with #451BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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