Html Css Color HEX #760B6A Purple

📋 copy color: '#760B6A'

red 118 ◦ green 11 ◦ blue 106

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

Shades of Purple #760B6A

Tints of Purple #760B6A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

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

R = 50.21%
G = 4.68%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#760B6A (or 0x760B6A) is known color: Purple. HEX triplet: 76, 0B and 6A. RGB value is (118,11,106). Sum of RGB (Red+Green+Blue) = 118+11+106=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #760B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B6A is #89F495. Grayscale: #353535. Windows color (decimal): -9041046 or 6949750. OLE color: 6949750.

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

Color convert

RGB 118 11 106 -
CMYK 0 0.91 0.10 0.54
HSL 306.73º 0.83% 0.25% -
HSV(B) 306.73º 0.91% 0.46% -
XYZ 10.19 5.13 14.09 -
YUV 53.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 118 11 106 0 0.91 0.10 0.54 306.73 0.83 0.25
Hex 76 B 6A 0 5B A 36 133 53 19
Octal 166 13 152 0 133 12 66 463 123 31
Binary 1110110 1011 1101010 0 1011011 1010 110110 100110011 1010011 11001

Color Harmonies of #760B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B6A

Black with #760B6A

Text Example


Text Example

White with #760B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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