#7133c8

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

Shades of Purple Heart #7133C8

Tints of Purple Heart #7133C8

Color information

#7133C8 (or 0x7133C8) is unknown color: approx Purple Heart. HEX triplet: 71, 33 and C8. RGB value is (113,51,200). Sum of RGB (Red+Green+Blue) = 113+51+200=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #7133C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7133C8 is #8ECC37. Grayscale: #555555. Windows color (decimal): -9358392 or 13120369. OLE color: 13120369.

HSL color Cylindrical-coordinate representation of color #7133C8: hue angle of 264.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7133C8 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11351200-
CMYK0.440.7400.22
HSL264.97º59.36%49.22%-
HSV(B)264.97º74.5%78.43%-
XYZ18.4210.0555.61-
YUV86.52192.04146.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 200 (78.52% from 255) = 54.95%
R=31.04%
G=14.01%
B=54.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113512000.440.7400.22264.9759.3649.22
Hex7133C82C4A0161093b31
Octal16163310541120264117361
Binary1110001110011110010001011001001010010110100001001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7133c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7133c8; }

 p { color: rgb(113,51,200); }

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

<style>
 a { background-color: #7133c8; }

 a { background-color: rgb(113,51,200); }

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

<style>
 span { border-color: #7133c8; }

 span { border-color: rgb(113,51,200); }

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