Html Css Color HEX #450ECD Purple Heart

📋 copy color: '#450ECD'

red 69 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #450ECD

Tints of Purple Heart #450ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 23.96%
G = 4.86%
B = 71.18%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#450ECD (or 0x450ECD) is known color: Purple Heart. HEX triplet: 45, 0E and CD. RGB value is (69,14,205). Sum of RGB (Red+Green+Blue) = 69+14+205=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #450ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ECD is #BAF132. Grayscale: #333333. Windows color (decimal): -12251443 or 13438533. OLE color: 13438533.

HSL color Cylindrical-coordinate representation of color #450ECD: hue angle of 257.28º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450ECD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 14 205 -
CMYK 0.66 0.93 0 0.20
HSL 257.28º 0.87% 0.43% -
HSV(B) 257.28º 0.93% 0.8% -
XYZ 13.63 5.99 58.19 -
YUV 52.22 214.22 139.97 -
System Red Green Blue C M Y K H S L
Decimal 69 14 205 0.66 0.93 0 0.20 257.28 0.87 0.43
Hex 45 E CD 42 5D 0 14 101 57 2B
Octal 105 16 315 102 135 0 24 401 127 53
Binary 1000101 1110 11001101 1000010 1011101 0 10100 100000001 1010111 101011

Color Harmonies of #450ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ECD

Black with #450ECD

Text Example


Text Example

White with #450ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,14,205); }

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

background-color css

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

 a { background-color: rgb(69,14,205); }

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

border-color css

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

 span { border-color: rgb(69,14,205); }

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