#7B27CA

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

Shades of Purple Heart #7B27CA

Tints of Purple Heart #7B27CA

Color information

#7B27CA (or 0x7B27CA) is unknown color: approx Purple Heart. HEX triplet: 7B, 27 and CA. RGB value is (123,39,202). Sum of RGB (Red+Green+Blue) = 123+39+202=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B27CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B27CA is #84D835. Grayscale: #525252. Windows color (decimal): -8706102 or 13248379. OLE color: 13248379.

HSL color Cylindrical-coordinate representation of color #7B27CA: hue angle of 270.92º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B27CA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12339202-
CMYK0.390.8100.21
HSL270.92º67.63%47.25%-
HSV(B)270.92º80.69%79.22%-
XYZ19.559.9356.76-
YUV82.7195.33156.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 39 (15.62% from 255) = 10.71%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=33.79%
G=10.71%
B=55.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123392020.390.8100.21270.9267.6347.25
Hex7B27CA275101510f442f
Octal173473124712102541710457
Binary11110111001111100101010011110100010101011000011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B27CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,202); }

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

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

 a { background-color: rgb(123,39,202); }

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

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

 span { border-color: rgb(123,39,202); }

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