Html Css Color HEX #750566 Purple

📋 copy color: '#750566'

red 117 ◦ green 5 ◦ blue 102

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

Shades of Purple #750566

Tints of Purple #750566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 52.23%
G = 2.23%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#750566 (or 0x750566) is known color: Purple. HEX triplet: 75, 05 and 66. RGB value is (117,5,102). Sum of RGB (Red+Green+Blue) = 117+5+102=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #750566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750566 is #8AFA99. Grayscale: #313131. Windows color (decimal): -9108122 or 6686069. OLE color: 6686069.

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

Color convert

RGB 117 5 102 -
CMYK 0 0.96 0.13 0.54
HSL 308.04º 0.92% 0.24% -
HSV(B) 308.04º 0.96% 0.46% -
XYZ 9.79 4.85 12.99 -
YUV 49.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 117 5 102 0 0.96 0.13 0.54 308.04 0.92 0.24
Hex 75 5 66 0 60 D 36 134 5C 18
Octal 165 5 146 0 140 15 66 464 134 30
Binary 1110101 101 1100110 0 1100000 1101 110110 100110100 1011100 11000

Color Harmonies of #750566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750566

Black with #750566

Text Example


Text Example

White with #750566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750566; }

 p { color: rgb(117,5,102); }

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

background-color css

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

 a { background-color: rgb(117,5,102); }

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

border-color css

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

 span { border-color: rgb(117,5,102); }

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