#7923CB

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

Shades of Purple Heart #7923CB

Tints of Purple Heart #7923CB

Color information

#7923CB (or 0x7923CB) is unknown color: approx Purple Heart. HEX triplet: 79, 23 and CB. RGB value is (121,35,203). Sum of RGB (Red+Green+Blue) = 121+35+203=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #7923CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7923CB is #86DC34. Grayscale: #4F4F4F. Windows color (decimal): -8838197 or 13312889. OLE color: 13312889.

HSL color Cylindrical-coordinate representation of color #7923CB: hue angle of 270.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7923CB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12135203-
CMYK0.400.8300.20
HSL270.71º70.59%46.67%-
HSV(B)270.71º82.76%79.61%-
XYZ19.279.5857.33-
YUV79.87197.49157.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=33.70%
G=9.75%
B=56.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121352030.400.8300.20270.7170.5946.67
Hex7923CB285301410f472f
Octal171433135012302441710757
Binary11110011000111100101110100010100110101001000011111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7923CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7923CB; }

 p { color: rgb(121,35,203); }

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

<style>
 a { background-color: #7923CB; }

 a { background-color: rgb(121,35,203); }

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

<style>
 span { border-color: #7923CB; }

 span { border-color: rgb(121,35,203); }

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