Html Css Color HEX #760D8D Purple

📋 copy color: '#760D8D'

red 118 ◦ green 13 ◦ blue 141

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

Shades of Purple #760D8D

Tints of Purple #760D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.84%

R = 43.38%
G = 4.78%
B = 51.84%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#760D8D (or 0x760D8D) is known color: Purple. HEX triplet: 76, 0D and 8D. RGB value is (118,13,141). Sum of RGB (Red+Green+Blue) = 118+13+141=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #760D8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D8D is #89F272. Grayscale: #3A3A3A. Windows color (decimal): -9040499 or 9244022. OLE color: 9244022.

HSL color Cylindrical-coordinate representation of color #760D8D: hue angle of 289.22º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760D8D is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 13 141 -
CMYK 0.16 0.91 0 0.45
HSL 289.22º 0.83% 0.3% -
HSV(B) 289.22º 0.91% 0.55% -
XYZ 12.42 6.06 25.71 -
YUV 58.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 118 13 141 0.16 0.91 0 0.45 289.22 0.83 0.3
Hex 76 D 8D 10 5B 0 2D 121 53 1E
Octal 166 15 215 20 133 0 55 441 123 36
Binary 1110110 1101 10001101 10000 1011011 0 101101 100100001 1010011 11110

Color Harmonies of #760D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D8D

Black with #760D8D

Text Example


Text Example

White with #760D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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