Html Css Color HEX #750677 Purple

📋 copy color: '#750677'

red 117 ◦ green 6 ◦ blue 119

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

Shades of Purple #750677

Tints of Purple #750677

RGB

 RED value IS 117 (46.09% from 255) = 48.35%

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

 BLUE value IS 119 (46.88% from 255) = 49.17%

R = 48.35%
G = 2.48%
B = 49.17%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750677 (or 0x750677) is known color: Purple. HEX triplet: 75, 06 and 77. RGB value is (117,6,119). Sum of RGB (Red+Green+Blue) = 117+6+119=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #750677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750677 is #8AF988. Grayscale: #333333. Windows color (decimal): -9107849 or 7800437. OLE color: 7800437.

HSL color Cylindrical-coordinate representation of color #750677: hue angle of 298.94º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750677 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 6 119 -
CMYK 0.02 0.95 0 0.53
HSL 298.94º 0.9% 0.25% -
HSV(B) 298.94º 0.95% 0.47% -
XYZ 10.73 5.24 17.9 -
YUV 52.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 117 6 119 0.02 0.95 0 0.53 298.94 0.9 0.25
Hex 75 6 77 2 5F 0 35 12B 5A 19
Octal 165 6 167 2 137 0 65 453 132 31
Binary 1110101 110 1110111 10 1011111 0 110101 100101011 1011010 11001

Color Harmonies of #750677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750677

Black with #750677

Text Example


Text Example

White with #750677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750677; }

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

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

background-color css

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

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

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

border-color css

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

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

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