Html Css Color HEX #450DB7 Purple Heart

📋 copy color: '#450DB7'

red 69 ◦ green 13 ◦ blue 183

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

Shades of Purple Heart #450DB7

Tints of Purple Heart #450DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 69.06%

R = 26.04%
G = 4.91%
B = 69.06%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#450DB7 (or 0x450DB7) is known color: Purple Heart. HEX triplet: 45, 0D and B7. RGB value is (69,13,183). Sum of RGB (Red+Green+Blue) = 69+13+183=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 183 (71.88% from 255 or 69.06% from 265); Max value from RGB is 183 - color contains mainly: blue. Hex color #450DB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DB7 is #BAF248. Grayscale: #303030. Windows color (decimal): -12251721 or 11996485. OLE color: 11996485.

HSL color Cylindrical-coordinate representation of color #450DB7: hue angle of 259.76º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450DB7 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 69 13 183 -
CMYK 0.62 0.93 0 0.28
HSL 259.76º 0.87% 0.38% -
HSV(B) 259.76º 0.93% 0.72% -
XYZ 11.15 4.97 45.17 -
YUV 49.12 203.55 142.18 -
System Red Green Blue C M Y K H S L
Decimal 69 13 183 0.62 0.93 0 0.28 259.76 0.87 0.38
Hex 45 D B7 3E 5D 0 1C 104 57 26
Octal 105 15 267 76 135 0 34 404 127 46
Binary 1000101 1101 10110111 111110 1011101 0 11100 100000100 1010111 100110

Color Harmonies of #450DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DB7

Black with #450DB7

Text Example


Text Example

White with #450DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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