Html Css Color HEX #750565 Purple

📋 copy color: '#750565'

red 117 ◦ green 5 ◦ blue 101

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

Shades of Purple #750565

Tints of Purple #750565

RGB

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

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

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

R = 52.47%
G = 2.24%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#750565 (or 0x750565) is known color: Purple. HEX triplet: 75, 05 and 65. RGB value is (117,5,101). Sum of RGB (Red+Green+Blue) = 117+5+101=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750565 is #8AFA9A. Grayscale: #313131. Windows color (decimal): -9108123 or 6620533. OLE color: 6620533.

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

Color convert

RGB 117 5 101 -
CMYK 0 0.96 0.14 0.54
HSL 308.57º 0.92% 0.24% -
HSV(B) 308.57º 0.96% 0.46% -
XYZ 9.74 4.83 12.73 -
YUV 49.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 117 5 101 0 0.96 0.14 0.54 308.57 0.92 0.24
Hex 75 5 65 0 60 E 36 135 5C 18
Octal 165 5 145 0 140 16 66 465 134 30
Binary 1110101 101 1100101 0 1100000 1110 110110 100110101 1011100 11000

Color Harmonies of #750565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750565

Black with #750565

Text Example


Text Example

White with #750565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750565; }

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

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

background-color css

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

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

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

border-color css

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

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

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