Html Css Color HEX #760CAC Purple Heart

📋 copy color: '#760CAC'

red 118 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #760CAC

Tints of Purple Heart #760CAC

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 39.07%
G = 3.97%
B = 56.95%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#760CAC (or 0x760CAC) is known color: Purple Heart. HEX triplet: 76, 0C and AC. RGB value is (118,12,172). Sum of RGB (Red+Green+Blue) = 118+12+172=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #760CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760CAC is #89F353. Grayscale: #3D3D3D. Windows color (decimal): -9040724 or 11275382. OLE color: 11275382.

HSL color Cylindrical-coordinate representation of color #760CAC: hue angle of 279.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760CAC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 12 172 -
CMYK 0.31 0.93 0 0.33
HSL 279.75º 0.87% 0.36% -
HSV(B) 279.75º 0.93% 0.67% -
XYZ 15.05 7.09 39.61 -
YUV 61.93 190.12 167.99 -
System Red Green Blue C M Y K H S L
Decimal 118 12 172 0.31 0.93 0 0.33 279.75 0.87 0.36
Hex 76 C AC 1F 5D 0 21 118 57 24
Octal 166 14 254 37 135 0 41 430 127 44
Binary 1110110 1100 10101100 11111 1011101 0 100001 100011000 1010111 100100

Color Harmonies of #760CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CAC

Black with #760CAC

Text Example


Text Example

White with #760CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760CAC; }

 p { color: rgb(118,12,172); }

 H1.HeaderClassName
 {
   color: #760CAC;
 }
 .AnyTagClassName
 {
   color: #760CAC;
 }
</style>

background-color css

<style>
 a { background-color: #760CAC; }

 a { background-color: rgb(118,12,172); }

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

border-color css

<style>
 span { border-color: #760CAC; }

 span { border-color: rgb(118,12,172); }

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