Html Css Color HEX #451CAB Purple Heart

📋 copy color: '#451CAB'

red 69 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #451CAB

Tints of Purple Heart #451CAB

RGB

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

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

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

R = 25.75%
G = 10.45%
B = 63.81%

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

#451CAB (or 0x451CAB) is known color: Purple Heart. HEX triplet: 45, 1C and AB. RGB value is (69,28,171). Sum of RGB (Red+Green+Blue) = 69+28+171=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #451CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451CAB is #BAE354. Grayscale: #383838. Windows color (decimal): -12247893 or 11213893. OLE color: 11213893.

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

Color convert

RGB 69 28 171 -
CMYK 0.60 0.84 0 0.33
HSL 257.2º 0.72% 0.39% -
HSV(B) 257.2º 0.84% 0.67% -
XYZ 10.22 5.04 38.96 -
YUV 56.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 69 28 171 0.60 0.84 0 0.33 257.2 0.72 0.39
Hex 45 1C AB 3C 54 0 21 101 48 27
Octal 105 34 253 74 124 0 41 401 110 47
Binary 1000101 11100 10101011 111100 1010100 0 100001 100000001 1001000 100111

Color Harmonies of #451CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451CAB

Black with #451CAB

Text Example


Text Example

White with #451CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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