Html Css Color HEX #450DCD Purple Heart

📋 copy color: '#450DCD'

red 69 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #450DCD

Tints of Purple Heart #450DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

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

R = 24.04%
G = 4.53%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#450DCD (or 0x450DCD) is known color: Purple Heart. HEX triplet: 45, 0D and CD. RGB value is (69,13,205). Sum of RGB (Red+Green+Blue) = 69+13+205=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #450DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DCD is #BAF232. Grayscale: #323232. Windows color (decimal): -12251699 or 13438277. OLE color: 13438277.

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

Color convert

RGB 69 13 205 -
CMYK 0.66 0.94 0 0.20
HSL 257.5º 0.88% 0.43% -
HSV(B) 257.5º 0.94% 0.8% -
XYZ 13.62 5.96 58.19 -
YUV 51.63 214.55 140.39 -
System Red Green Blue C M Y K H S L
Decimal 69 13 205 0.66 0.94 0 0.20 257.5 0.88 0.43
Hex 45 D CD 42 5E 0 14 102 58 2B
Octal 105 15 315 102 136 0 24 402 130 53
Binary 1000101 1101 11001101 1000010 1011110 0 10100 100000010 1011000 101011

Color Harmonies of #450DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DCD

Black with #450DCD

Text Example


Text Example

White with #450DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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