Html Css Color HEX #450ABF Purple Heart

📋 copy color: '#450ABF'

red 69 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #450ABF

Tints of Purple Heart #450ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 191 (75% from 255) = 70.74%

R = 25.56%
G = 3.7%
B = 70.74%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#450ABF (or 0x450ABF) is known color: Purple Heart. HEX triplet: 45, 0A and BF. RGB value is (69,10,191). Sum of RGB (Red+Green+Blue) = 69+10+191=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #450ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ABF is #BAF540. Grayscale: #2F2F2F. Windows color (decimal): -12252481 or 12520005. OLE color: 12520005.

HSL color Cylindrical-coordinate representation of color #450ABF: hue angle of 259.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450ABF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 10 191 -
CMYK 0.64 0.95 0 0.25
HSL 259.56º 0.9% 0.39% -
HSV(B) 259.56º 0.95% 0.75% -
XYZ 11.97 5.24 49.67 -
YUV 48.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 69 10 191 0.64 0.95 0 0.25 259.56 0.9 0.39
Hex 45 A BF 40 5F 0 19 104 5A 27
Octal 105 12 277 100 137 0 31 404 132 47
Binary 1000101 1010 10111111 1000000 1011111 0 11001 100000100 1011010 100111

Color Harmonies of #450ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ABF

Black with #450ABF

Text Example


Text Example

White with #450ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450ABF; }

 p { color: rgb(69,10,191); }

 H1.HeaderClassName
 {
   color: #450ABF;
 }
 .AnyTagClassName
 {
   color: #450ABF;
 }
</style>

background-color css

<style>
 a { background-color: #450ABF; }

 a { background-color: rgb(69,10,191); }

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

border-color css

<style>
 span { border-color: #450ABF; }

 span { border-color: rgb(69,10,191); }

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