Html Css Color HEX #760DAC Purple Heart

📋 copy color: '#760DAC'

red 118 ◦ green 13 ◦ blue 172

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

Shades of Purple Heart #760DAC

Tints of Purple Heart #760DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

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

R = 38.94%
G = 4.29%
B = 56.77%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#760DAC (or 0x760DAC) is known color: Purple Heart. HEX triplet: 76, 0D and AC. RGB value is (118,13,172). Sum of RGB (Red+Green+Blue) = 118+13+172=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #760DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760DAC is #89F253. Grayscale: #3D3D3D. Windows color (decimal): -9040468 or 11275638. OLE color: 11275638.

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

Color convert

RGB 118 13 172 -
CMYK 0.31 0.92 0 0.33
HSL 279.62º 0.86% 0.36% -
HSV(B) 279.62º 0.92% 0.67% -
XYZ 15.06 7.12 39.61 -
YUV 62.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 118 13 172 0.31 0.92 0 0.33 279.62 0.86 0.36
Hex 76 D AC 1F 5C 0 21 118 56 24
Octal 166 15 254 37 134 0 41 430 126 44
Binary 1110110 1101 10101100 11111 1011100 0 100001 100011000 1010110 100100

Color Harmonies of #760DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DAC

Black with #760DAC

Text Example


Text Example

White with #760DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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