Html Css Color HEX #760C6B Purple

📋 copy color: '#760C6B'

red 118 ◦ green 12 ◦ blue 107

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

Shades of Purple #760C6B

Tints of Purple #760C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 49.79%
G = 5.06%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#760C6B (or 0x760C6B) is known color: Purple. HEX triplet: 76, 0C and 6B. RGB value is (118,12,107). Sum of RGB (Red+Green+Blue) = 118+12+107=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #760C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C6B is #89F394. Grayscale: #363636. Windows color (decimal): -9040789 or 7015542. OLE color: 7015542.

HSL color Cylindrical-coordinate representation of color #760C6B: hue angle of 306.23º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C6B is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 107 -
CMYK 0 0.90 0.09 0.54
HSL 306.23º 0.82% 0.25% -
HSV(B) 306.23º 0.9% 0.46% -
XYZ 10.26 5.18 14.37 -
YUV 54.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 118 12 107 0 0.90 0.09 0.54 306.23 0.82 0.25
Hex 76 C 6B 0 5A 9 36 132 52 19
Octal 166 14 153 0 132 11 66 462 122 31
Binary 1110110 1100 1101011 0 1011010 1001 110110 100110010 1010010 11001

Color Harmonies of #760C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C6B

Black with #760C6B

Text Example


Text Example

White with #760C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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