Html Css Color HEX #750065 Purple

📋 copy color: '#750065'

red 117 ◦ green 0 ◦ blue 101

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

Shades of Purple #750065

Tints of Purple #750065

RGB

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

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

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

R = 53.67%
G = 0%
B = 46.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#750065 (or 0x750065) is known color: Purple. HEX triplet: 75, 00 and 65. RGB value is (117,0,101). Sum of RGB (Red+Green+Blue) = 117+0+101=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #750065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750065 is #8AFF9A. Grayscale: #2E2E2E. Windows color (decimal): -9109403 or 6619253. OLE color: 6619253.

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

Color convert

RGB 117 0 101 -
CMYK 0 1 0.14 0.54
HSL 308.21º 1% 0.23% -
HSV(B) 308.21º 1% 0.46% -
XYZ 9.69 4.72 12.71 -
YUV 46.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 117 0 101 0 1 0.14 0.54 308.21 1 0.23
Hex 75 0 65 0 64 E 36 134 64 17
Octal 165 0 145 0 144 16 66 464 144 27
Binary 1110101 0 1100101 0 1100100 1110 110110 100110100 1100100 10111

Color Harmonies of #750065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750065

Black with #750065

Text Example


Text Example

White with #750065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750065; }

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

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

background-color css

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

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

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

border-color css

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

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

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