Html Css Color HEX #751685 Purple

📋 copy color: '#751685'

red 117 ◦ green 22 ◦ blue 133

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

Shades of Purple #751685

Tints of Purple #751685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

 BLUE value IS 133 (52.34% from 255) = 48.9%

R = 43.01%
G = 8.09%
B = 48.9%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#751685 (or 0x751685) is known color: Purple. HEX triplet: 75, 16 and 85. RGB value is (117,22,133). Sum of RGB (Red+Green+Blue) = 117+22+133=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #751685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751685 is #8AE97A. Grayscale: #3E3E3E. Windows color (decimal): -9103739 or 8722037. OLE color: 8722037.

HSL color Cylindrical-coordinate representation of color #751685: hue angle of 291.35º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751685 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 22 133 -
CMYK 0.12 0.83 0 0.48
HSL 291.35º 0.72% 0.3% -
HSV(B) 291.35º 0.83% 0.52% -
XYZ 11.86 6.05 22.73 -
YUV 63.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 117 22 133 0.12 0.83 0 0.48 291.35 0.72 0.3
Hex 75 16 85 C 53 0 30 123 48 1E
Octal 165 26 205 14 123 0 60 443 110 36
Binary 1110101 10110 10000101 1100 1010011 0 110000 100100011 1001000 11110

Color Harmonies of #751685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751685

Black with #751685

Text Example


Text Example

White with #751685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751685; }

 p { color: rgb(117,22,133); }

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

background-color css

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

 a { background-color: rgb(117,22,133); }

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

border-color css

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

 span { border-color: rgb(117,22,133); }

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