Html Css Color HEX #750687 Purple

📋 copy color: '#750687'

red 117 ◦ green 6 ◦ blue 135

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

Shades of Purple #750687

Tints of Purple #750687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.33%

R = 45.35%
G = 2.33%
B = 52.33%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#750687 (or 0x750687) is known color: Purple. HEX triplet: 75, 06 and 87. RGB value is (117,6,135). Sum of RGB (Red+Green+Blue) = 117+6+135=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #750687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750687 is #8AF978. Grayscale: #353535. Windows color (decimal): -9107833 or 8849013. OLE color: 8849013.

HSL color Cylindrical-coordinate representation of color #750687: hue angle of 291.63º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750687 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 6 135 -
CMYK 0.13 0.96 0 0.47
HSL 291.63º 0.91% 0.28% -
HSV(B) 291.63º 0.96% 0.53% -
XYZ 11.77 5.66 23.39 -
YUV 53.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 117 6 135 0.13 0.96 0 0.47 291.63 0.91 0.28
Hex 75 6 87 D 60 0 2F 124 5B 1C
Octal 165 6 207 15 140 0 57 444 133 34
Binary 1110101 110 10000111 1101 1100000 0 101111 100100100 1011011 11100

Color Harmonies of #750687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750687

Black with #750687

Text Example


Text Example

White with #750687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750687; }

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

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

background-color css

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

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

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

border-color css

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

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

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