Html Css Color HEX #750066 Purple

📋 copy color: '#750066'

red 117 ◦ green 0 ◦ blue 102

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

Shades of Purple #750066

Tints of Purple #750066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.42%
G = 0%
B = 46.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#750066 (or 0x750066) is known color: Purple. HEX triplet: 75, 00 and 66. RGB value is (117,0,102). Sum of RGB (Red+Green+Blue) = 117+0+102=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #750066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750066 is #8AFF99. Grayscale: #2E2E2E. Windows color (decimal): -9109402 or 6684789. OLE color: 6684789.

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

Color convert

RGB 117 0 102 -
CMYK 0 1 0.13 0.54
HSL 307.69º 1% 0.23% -
HSV(B) 307.69º 1% 0.46% -
XYZ 9.73 4.74 12.97 -
YUV 46.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 117 0 102 0 1 0.13 0.54 307.69 1 0.23
Hex 75 0 66 0 64 D 36 134 64 17
Octal 165 0 146 0 144 15 66 464 144 27
Binary 1110101 0 1100110 0 1100100 1101 110110 100110100 1100100 10111

Color Harmonies of #750066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750066

Black with #750066

Text Example


Text Example

White with #750066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750066; }

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

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

background-color css

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

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

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

border-color css

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

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

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