Html Css Color HEX #760DAE Purple Heart

📋 copy color: '#760DAE'

red 118 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #760DAE

Tints of Purple Heart #760DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 38.69%
G = 4.26%
B = 57.05%

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

#760DAE (or 0x760DAE) is known color: Purple Heart. HEX triplet: 76, 0D and AE. RGB value is (118,13,174). Sum of RGB (Red+Green+Blue) = 118+13+174=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #760DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760DAE is #89F251. Grayscale: #3E3E3E. Windows color (decimal): -9040466 or 11406710. OLE color: 11406710.

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

Color convert

RGB 118 13 174 -
CMYK 0.32 0.93 0 0.32
HSL 279.13º 0.86% 0.37% -
HSV(B) 279.13º 0.93% 0.68% -
XYZ 15.26 7.2 40.63 -
YUV 62.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 118 13 174 0.32 0.93 0 0.32 279.13 0.86 0.37
Hex 76 D AE 20 5D 0 20 117 56 25
Octal 166 15 256 40 135 0 40 427 126 45
Binary 1110110 1101 10101110 100000 1011101 0 100000 100010111 1010110 100101

Color Harmonies of #760DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DAE

Black with #760DAE

Text Example


Text Example

White with #760DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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