Html Css Color HEX #450DCC Purple Heart

📋 copy color: '#450DCC'

red 69 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #450DCC

Tints of Purple Heart #450DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 24.13%
G = 4.55%
B = 71.33%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#450DCC (or 0x450DCC) is known color: Purple Heart. HEX triplet: 45, 0D and CC. RGB value is (69,13,204). Sum of RGB (Red+Green+Blue) = 69+13+204=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #450DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DCC is #BAF233. Grayscale: #323232. Windows color (decimal): -12251700 or 13372741. OLE color: 13372741.

HSL color Cylindrical-coordinate representation of color #450DCC: hue angle of 257.59º 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 #450DCC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 13 204 -
CMYK 0.66 0.94 0 0.2
HSL 257.59º 0.88% 0.43% -
HSV(B) 257.59º 0.94% 0.8% -
XYZ 13.5 5.91 57.56 -
YUV 51.52 214.05 140.47 -
System Red Green Blue C M Y K H S L
Decimal 69 13 204 0.66 0.94 0 0.2 257.59 0.88 0.43
Hex 45 D CC 42 5E 0 14 102 58 2B
Octal 105 15 314 102 136 0 24 402 130 53
Binary 1000101 1101 11001100 1000010 1011110 0 10100 100000010 1011000 101011

Color Harmonies of #450DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DCC

Black with #450DCC

Text Example


Text Example

White with #450DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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