Html Css Color HEX #451ABE Purple Heart

📋 copy color: '#451ABE'

red 69 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #451ABE

Tints of Purple Heart #451ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 24.21%
G = 9.12%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#451ABE (or 0x451ABE) is known color: Purple Heart. HEX triplet: 45, 1A and BE. RGB value is (69,26,190). Sum of RGB (Red+Green+Blue) = 69+26+190=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #451ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451ABE is #BAE541. Grayscale: #383838. Windows color (decimal): -12248386 or 12458565. OLE color: 12458565.

HSL color Cylindrical-coordinate representation of color #451ABE: hue angle of 255.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451ABE is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 26 190 -
CMYK 0.64 0.86 0 0.25
HSL 255.73º 0.76% 0.42% -
HSV(B) 255.73º 0.86% 0.75% -
XYZ 12.12 5.72 49.18 -
YUV 57.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 69 26 190 0.64 0.86 0 0.25 255.73 0.76 0.42
Hex 45 1A BE 40 56 0 19 100 4C 2A
Octal 105 32 276 100 126 0 31 400 114 52
Binary 1000101 11010 10111110 1000000 1010110 0 11001 100000000 1001100 101010

Color Harmonies of #451ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451ABE

Black with #451ABE

Text Example


Text Example

White with #451ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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