#7A23BE

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

Shades of Purple Heart #7A23BE

Tints of Purple Heart #7A23BE

Color information

#7A23BE (or 0x7A23BE) is unknown color: approx Purple Heart. HEX triplet: 7A, 23 and BE. RGB value is (122,35,190). Sum of RGB (Red+Green+Blue) = 122+35+190=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A23BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A23BE is #85DC41. Grayscale: #4E4E4E. Windows color (decimal): -8772674 or 12460922. OLE color: 12460922.

HSL color Cylindrical-coordinate representation of color #7A23BE: hue angle of 273.68º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A23BE is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12235190-
CMYK0.360.8200.25
HSL273.68º68.89%44.12%-
HSV(B)273.68º81.58%74.51%-
XYZ17.929.0649.52-
YUV78.68190.82158.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 35 (14.06% from 255) = 10.09%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=35.16%
G=10.09%
B=54.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122351900.360.8200.25273.6868.8944.12
Hex7A23BE2452019112452c
Octal172432764412203142210554
Binary11110101000111011111010010010100100110011000100101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A23BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,35,190); }

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

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

 a { background-color: rgb(122,35,190); }

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

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

 span { border-color: rgb(122,35,190); }

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