#7A26CA

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

Shades of Purple Heart #7A26CA

Tints of Purple Heart #7A26CA

Color information

#7A26CA (or 0x7A26CA) is unknown color: approx Purple Heart. HEX triplet: 7A, 26 and CA. RGB value is (122,38,202). Sum of RGB (Red+Green+Blue) = 122+38+202=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A26CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A26CA is #85D935. Grayscale: #515151. Windows color (decimal): -8771894 or 13248122. OLE color: 13248122.

HSL color Cylindrical-coordinate representation of color #7A26CA: hue angle of 270.73º 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 #7A26CA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12238202-
CMYK0.400.8100.21
HSL270.73º68.33%47.06%-
HSV(B)270.73º81.19%79.22%-
XYZ19.389.7956.74-
YUV81.81195.83156.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.70%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=33.70%
G=10.50%
B=55.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122382020.400.8100.21270.7368.3347.06
Hex7A26CA285101510f442f
Octal172463125012102541710457
Binary11110101001101100101010100010100010101011000011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A26CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,38,202); }

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

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

 a { background-color: rgb(122,38,202); }

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

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

 span { border-color: rgb(122,38,202); }

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