Html Css Color HEX #450FCD Purple Heart

📋 copy color: '#450FCD'

red 69 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #450FCD

Tints of Purple Heart #450FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

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

R = 23.88%
G = 5.19%
B = 70.93%

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

#450FCD (or 0x450FCD) is known color: Purple Heart. HEX triplet: 45, 0F and CD. RGB value is (69,15,205). Sum of RGB (Red+Green+Blue) = 69+15+205=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #450FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FCD is #BAF032. Grayscale: #343434. Windows color (decimal): -12251187 or 13438789. OLE color: 13438789.

HSL color Cylindrical-coordinate representation of color #450FCD: hue angle of 257.05º degrees, saturation: 0.86, 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 #450FCD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 15 205 -
CMYK 0.66 0.93 0 0.20
HSL 257.05º 0.86% 0.43% -
HSV(B) 257.05º 0.93% 0.8% -
XYZ 13.64 6.01 58.2 -
YUV 52.81 213.89 139.55 -
System Red Green Blue C M Y K H S L
Decimal 69 15 205 0.66 0.93 0 0.20 257.05 0.86 0.43
Hex 45 F CD 42 5D 0 14 101 56 2B
Octal 105 17 315 102 135 0 24 401 126 53
Binary 1000101 1111 11001101 1000010 1011101 0 10100 100000001 1010110 101011

Color Harmonies of #450FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450FCD

Black with #450FCD

Text Example


Text Example

White with #450FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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