Html Css Color HEX #451BB3 Purple Heart

📋 copy color: '#451BB3'

red 69 ◦ green 27 ◦ blue 179

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

Shades of Purple Heart #451BB3

Tints of Purple Heart #451BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.09%

R = 25.09%
G = 9.82%
B = 65.09%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#451BB3 (or 0x451BB3) is known color: Purple Heart. HEX triplet: 45, 1B and B3. RGB value is (69,27,179). Sum of RGB (Red+Green+Blue) = 69+27+179=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #451BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451BB3 is #BAE44C. Grayscale: #383838. Windows color (decimal): -12248141 or 11737925. OLE color: 11737925.

HSL color Cylindrical-coordinate representation of color #451BB3: hue angle of 256.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451BB3 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 69 27 179 -
CMYK 0.61 0.85 0 0.30
HSL 256.58º 0.74% 0.4% -
HSV(B) 256.58º 0.85% 0.7% -
XYZ 10.98 5.3 43.09 -
YUV 56.89 196.91 136.64 -
System Red Green Blue C M Y K H S L
Decimal 69 27 179 0.61 0.85 0 0.30 256.58 0.74 0.4
Hex 45 1B B3 3D 55 0 1E 101 4A 28
Octal 105 33 263 75 125 0 36 401 112 50
Binary 1000101 11011 10110011 111101 1010101 0 11110 100000001 1001010 101000

Color Harmonies of #451BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451BB3

Black with #451BB3

Text Example


Text Example

White with #451BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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