Html Css Color HEX #7516CC Purple Heart

📋 copy color: '#7516CC'

red 117 ◦ green 22 ◦ blue 204

#7516CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7516CC

Tints of Purple Heart #7516CC

RGB

 RED value IS 117 (46.09% from 255) = 34.11%

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 34.11%
G = 6.41%
B = 59.48%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7516CC (or 0x7516CC) is known color: Purple Heart. HEX triplet: 75, 16 and CC. RGB value is (117,22,204). Sum of RGB (Red+Green+Blue) = 117+22+204=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7516CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516CC is #8AE933. Grayscale: #464646. Windows color (decimal): -9103668 or 13375093. OLE color: 13375093.

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

Color convert

RGB 117 22 204 -
CMYK 0.43 0.89 0 0.2
HSL 271.32º 0.81% 0.44% -
HSV(B) 271.32º 0.89% 0.8% -
XYZ 18.52 8.72 57.83 -
YUV 71.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 117 22 204 0.43 0.89 0 0.2 271.32 0.81 0.44
Hex 75 16 CC 2B 59 0 14 10F 51 2C
Octal 165 26 314 53 131 0 24 417 121 54
Binary 1110101 10110 11001100 101011 1011001 0 10100 100001111 1010001 101100

Color Harmonies of #7516CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7516CC

Black with #7516CC

Text Example


Text Example

White with #7516CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7516CC;
 }
 .AnyTagClassName
 {
   color: #7516CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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