Html Css Color HEX #452AB4 Purple Heart

📋 copy color: '#452AB4'

red 69 ◦ green 42 ◦ blue 180

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

Shades of Purple Heart #452AB4

Tints of Purple Heart #452AB4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 180 (70.7% from 255) = 61.86%

R = 23.71%
G = 14.43%
B = 61.86%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#452AB4 (or 0x452AB4) is known color: Purple Heart. HEX triplet: 45, 2A and B4. RGB value is (69,42,180). Sum of RGB (Red+Green+Blue) = 69+42+180=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #452AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452AB4 is #BAD54B. Grayscale: #414141. Windows color (decimal): -12244300 or 11807301. OLE color: 11807301.

HSL color Cylindrical-coordinate representation of color #452AB4: hue angle of 251.74º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452AB4 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 69 42 180 -
CMYK 0.62 0.77 0 0.29
HSL 251.74º 0.62% 0.44% -
HSV(B) 251.74º 0.77% 0.71% -
XYZ 11.52 6.22 43.77 -
YUV 65.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 69 42 180 0.62 0.77 0 0.29 251.74 0.62 0.44
Hex 45 2A B4 3E 4D 0 1D FC 3E 2C
Octal 105 52 264 76 115 0 35 374 76 54
Binary 1000101 101010 10110100 111110 1001101 0 11101 11111100 111110 101100

Color Harmonies of #452AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452AB4

Black with #452AB4

Text Example


Text Example

White with #452AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452AB4; }

 p { color: rgb(69,42,180); }

 H1.HeaderClassName
 {
   color: #452AB4;
 }
 .AnyTagClassName
 {
   color: #452AB4;
 }
</style>

background-color css

<style>
 a { background-color: #452AB4; }

 a { background-color: rgb(69,42,180); }

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

border-color css

<style>
 span { border-color: #452AB4; }

 span { border-color: rgb(69,42,180); }

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