Html Css Color HEX #450EC3 Purple Heart

📋 copy color: '#450EC3'

red 69 ◦ green 14 ◦ blue 195

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

Shades of Purple Heart #450EC3

Tints of Purple Heart #450EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 70.14%

R = 24.82%
G = 5.04%
B = 70.14%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#450EC3 (or 0x450EC3) is known color: Purple Heart. HEX triplet: 45, 0E and C3. RGB value is (69,14,195). Sum of RGB (Red+Green+Blue) = 69+14+195=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 195 (76.56% from 255 or 70.14% from 278); Max value from RGB is 195 - color contains mainly: blue. Hex color #450EC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EC3 is #BAF13C. Grayscale: #323232. Windows color (decimal): -12251453 or 12783173. OLE color: 12783173.

HSL color Cylindrical-coordinate representation of color #450EC3: hue angle of 258.23º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450EC3 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 14 195 -
CMYK 0.65 0.93 0 0.24
HSL 258.23º 0.87% 0.41% -
HSV(B) 258.23º 0.93% 0.76% -
XYZ 12.46 5.52 52.04 -
YUV 51.08 209.22 140.78 -
System Red Green Blue C M Y K H S L
Decimal 69 14 195 0.65 0.93 0 0.24 258.23 0.87 0.41
Hex 45 E C3 41 5D 0 18 102 57 29
Octal 105 16 303 101 135 0 30 402 127 51
Binary 1000101 1110 11000011 1000001 1011101 0 11000 100000010 1010111 101001

Color Harmonies of #450EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EC3

Black with #450EC3

Text Example


Text Example

White with #450EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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