Html Css Color HEX #760F6A Dark Purple

📋 copy color: '#760F6A'

red 118 ◦ green 15 ◦ blue 106

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

Shades of Dark Purple #760F6A

Tints of Dark Purple #760F6A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 49.37%
G = 6.28%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#760F6A (or 0x760F6A) is known color: Dark Purple. HEX triplet: 76, 0F and 6A. RGB value is (118,15,106). Sum of RGB (Red+Green+Blue) = 118+15+106=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #760F6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F6A is #89F095. Grayscale: #373737. Windows color (decimal): -9040022 or 6950774. OLE color: 6950774.

HSL color Cylindrical-coordinate representation of color #760F6A: hue angle of 306.99º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F6A is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 106 -
CMYK 0 0.87 0.10 0.54
HSL 306.99º 0.77% 0.26% -
HSV(B) 306.99º 0.87% 0.46% -
XYZ 10.24 5.23 14.11 -
YUV 56.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 118 15 106 0 0.87 0.10 0.54 306.99 0.77 0.26
Hex 76 F 6A 0 57 A 36 133 4D 1A
Octal 166 17 152 0 127 12 66 463 115 32
Binary 1110110 1111 1101010 0 1010111 1010 110110 100110011 1001101 11010

Color Harmonies of #760F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F6A

Black with #760F6A

Text Example


Text Example

White with #760F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,15,106); }

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

background-color css

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

 a { background-color: rgb(118,15,106); }

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

border-color css

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

 span { border-color: rgb(118,15,106); }

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