Html Css Color HEX #760675 Purple

📋 copy color: '#760675'

red 118 ◦ green 6 ◦ blue 117

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

Shades of Purple #760675

Tints of Purple #760675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 48.96%
G = 2.49%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#760675 (or 0x760675) is known color: Purple. HEX triplet: 76, 06 and 75. RGB value is (118,6,117). Sum of RGB (Red+Green+Blue) = 118+6+117=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760675 is #89F98A. Grayscale: #333333. Windows color (decimal): -9042315 or 7669366. OLE color: 7669366.

HSL color Cylindrical-coordinate representation of color #760675: hue angle of 300.54º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760675 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 117 -
CMYK 0 0.95 0.01 0.54
HSL 300.54º 0.9% 0.24% -
HSV(B) 300.54º 0.95% 0.46% -
XYZ 10.75 5.27 17.28 -
YUV 52.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 118 6 117 0 0.95 0.01 0.54 300.54 0.9 0.24
Hex 76 6 75 0 5F 1 36 12D 5A 18
Octal 166 6 165 0 137 1 66 455 132 30
Binary 1110110 110 1110101 0 1011111 1 110110 100101101 1011010 11000

Color Harmonies of #760675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760675

Black with #760675

Text Example


Text Example

White with #760675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760675; }

 p { color: rgb(118,6,117); }

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

background-color css

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

 a { background-color: rgb(118,6,117); }

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

border-color css

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

 span { border-color: rgb(118,6,117); }

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