#7510CC

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

Shades of Purple Heart #7510CC

Tints of Purple Heart #7510CC

Color information

#7510CC (or 0x7510CC) is unknown color: approx Purple Heart. HEX triplet: 75, 10 and CC. RGB value is (117,16,204). Sum of RGB (Red+Green+Blue) = 117+16+204=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #7510CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510CC is #8AEF33. Grayscale: #424242. Windows color (decimal): -9105204 or 13373557. OLE color: 13373557.

HSL color Cylindrical-coordinate representation of color #7510CC: hue angle of 272.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7510CC is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11716204-
CMYK0.430.9200.2
HSL272.23º85.45%43.14%-
HSV(B)272.23º92.16%80%-
XYZ18.428.5157.8-
YUV67.63204.96163.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 204 (80.08% from 255) = 60.53%
R=34.72%
G=4.75%
B=60.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117162040.430.9200.2272.2385.4543.14
Hex7510CC2B5C014110552b
Octal165203145313402442012553
Binary1110101100001100110010101110111000101001000100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7510CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7510CC; }

 p { color: rgb(117,16,204); }

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

<style>
 a { background-color: #7510CC; }

 a { background-color: rgb(117,16,204); }

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

<style>
 span { border-color: #7510CC; }

 span { border-color: rgb(117,16,204); }

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