Html Css Color HEX #451AAB Purple Heart

📋 copy color: '#451AAB'

red 69 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #451AAB

Tints of Purple Heart #451AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 25.94%
G = 9.77%
B = 64.29%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#451AAB (or 0x451AAB) is known color: Purple Heart. HEX triplet: 45, 1A and AB. RGB value is (69,26,171). Sum of RGB (Red+Green+Blue) = 69+26+171=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #451AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451AAB is #BAE554. Grayscale: #363636. Windows color (decimal): -12248405 or 11213381. OLE color: 11213381.

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

Color convert

RGB 69 26 171 -
CMYK 0.60 0.85 0 0.33
HSL 257.79º 0.74% 0.39% -
HSV(B) 257.79º 0.85% 0.67% -
XYZ 10.17 4.94 38.95 -
YUV 55.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 69 26 171 0.60 0.85 0 0.33 257.79 0.74 0.39
Hex 45 1A AB 3C 55 0 21 102 4A 27
Octal 105 32 253 74 125 0 41 402 112 47
Binary 1000101 11010 10101011 111100 1010101 0 100001 100000010 1001010 100111

Color Harmonies of #451AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451AAB

Black with #451AAB

Text Example


Text Example

White with #451AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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