Html Css Color HEX #451BAB Purple Heart

📋 copy color: '#451BAB'

red 69 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #451BAB

Tints of Purple Heart #451BAB

RGB

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

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

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

R = 25.84%
G = 10.11%
B = 64.04%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#451BAB (or 0x451BAB) is known color: Purple Heart. HEX triplet: 45, 1B and AB. RGB value is (69,27,171). Sum of RGB (Red+Green+Blue) = 69+27+171=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #451BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451BAB is #BAE454. Grayscale: #373737. Windows color (decimal): -12248149 or 11213637. OLE color: 11213637.

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

Color convert

RGB 69 27 171 -
CMYK 0.60 0.84 0 0.33
HSL 257.5º 0.73% 0.39% -
HSV(B) 257.5º 0.84% 0.67% -
XYZ 10.2 4.99 38.95 -
YUV 55.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 69 27 171 0.60 0.84 0 0.33 257.5 0.73 0.39
Hex 45 1B AB 3C 54 0 21 102 49 27
Octal 105 33 253 74 124 0 41 402 111 47
Binary 1000101 11011 10101011 111100 1010100 0 100001 100000010 1001001 100111

Color Harmonies of #451BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451BAB

Black with #451BAB

Text Example


Text Example

White with #451BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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