Html Css Color HEX #750665 Purple

📋 copy color: '#750665'

red 117 ◦ green 6 ◦ blue 101

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

Shades of Purple #750665

Tints of Purple #750665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 52.23%
G = 2.68%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#750665 (or 0x750665) is known color: Purple. HEX triplet: 75, 06 and 65. RGB value is (117,6,101). Sum of RGB (Red+Green+Blue) = 117+6+101=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #750665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750665 is #8AF99A. Grayscale: #313131. Windows color (decimal): -9107867 or 6620789. OLE color: 6620789.

HSL color Cylindrical-coordinate representation of color #750665: hue angle of 308.65º 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 #750665 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 101 -
CMYK 0 0.95 0.14 0.54
HSL 308.65º 0.9% 0.24% -
HSV(B) 308.65º 0.95% 0.46% -
XYZ 9.75 4.85 12.73 -
YUV 50.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 117 6 101 0 0.95 0.14 0.54 308.65 0.9 0.24
Hex 75 6 65 0 5F E 36 135 5A 18
Octal 165 6 145 0 137 16 66 465 132 30
Binary 1110101 110 1100101 0 1011111 1110 110110 100110101 1011010 11000

Color Harmonies of #750665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750665

Black with #750665

Text Example


Text Example

White with #750665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750665; }

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

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

background-color css

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

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

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

border-color css

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

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

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