Html Css Color HEX #760CAD Purple Heart

📋 copy color: '#760CAD'

red 118 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #760CAD

Tints of Purple Heart #760CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 38.94%
G = 3.96%
B = 57.1%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#760CAD (or 0x760CAD) is known color: Purple Heart. HEX triplet: 76, 0C and AD. RGB value is (118,12,173). Sum of RGB (Red+Green+Blue) = 118+12+173=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #760CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760CAD is #89F352. Grayscale: #3D3D3D. Windows color (decimal): -9040723 or 11340918. OLE color: 11340918.

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

Color convert

RGB 118 12 173 -
CMYK 0.32 0.93 0 0.32
HSL 279.5º 0.87% 0.36% -
HSV(B) 279.5º 0.93% 0.68% -
XYZ 15.15 7.13 40.11 -
YUV 62.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 118 12 173 0.32 0.93 0 0.32 279.5 0.87 0.36
Hex 76 C AD 20 5D 0 20 118 57 24
Octal 166 14 255 40 135 0 40 430 127 44
Binary 1110110 1100 10101101 100000 1011101 0 100000 100011000 1010111 100100

Color Harmonies of #760CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CAD

Black with #760CAD

Text Example


Text Example

White with #760CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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