#7B45CD

Color #7B45CD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7B45CD

Tints of Purple Heart #7B45CD

Color information

#7B45CD (or 0x7B45CD) is unknown color: approx Purple Heart. HEX triplet: 7B, 45 and CD. RGB value is (123,69,205). Sum of RGB (Red+Green+Blue) = 123+69+205=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B45CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B45CD is #84BA32. Grayscale: #646464. Windows color (decimal): -8698419 or 13452667. OLE color: 13452667.

HSL color Cylindrical-coordinate representation of color #7B45CD: hue angle of 263.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B45CD is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12369205-
CMYK0.40.6600.20
HSL263.82º57.63%53.73%-
HSV(B)263.82º66.34%80.39%-
XYZ21.3212.8759.12-
YUV100.65186.89143.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=30.98%
G=17.38%
B=51.64%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123692050.40.6600.20263.8257.6353.73
Hex7B45CD28420141083a36
Octal173105315501020244107266
Binary11110111000101110011011010001000010010100100001000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B45CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B45CD; }

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

 H1.HeaderClassName
 {
   color: #7B45CD;
 }
 .AnyTagClassName
 {
   color: #7B45CD;
 }
</style>
background-color css

<style>
 a { background-color: #7B45CD; }

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

 div.DivClassName
 {
   background-color: #7B45CD;
 }
 .BgClassName
 {
   background-color: #7B45CD;
 }
</style>
border-color css

<style>
 span { border-color: #7B45CD; }

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

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