Html Css Color HEX #750690 Purple

📋 copy color: '#750690'

red 117 ◦ green 6 ◦ blue 144

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

Shades of Purple #750690

Tints of Purple #750690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 43.82%
G = 2.25%
B = 53.93%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#750690 (or 0x750690) is known color: Purple. HEX triplet: 75, 06 and 90. RGB value is (117,6,144). Sum of RGB (Red+Green+Blue) = 117+6+144=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #750690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750690 is #8AF96F. Grayscale: #363636. Windows color (decimal): -9107824 or 9438837. OLE color: 9438837.

HSL color Cylindrical-coordinate representation of color #750690: hue angle of 288.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750690 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 6 144 -
CMYK 0.19 0.96 0 0.44
HSL 288.26º 0.92% 0.29% -
HSV(B) 288.26º 0.96% 0.56% -
XYZ 12.44 5.93 26.87 -
YUV 54.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 117 6 144 0.19 0.96 0 0.44 288.26 0.92 0.29
Hex 75 6 90 13 60 0 2C 120 5C 1D
Octal 165 6 220 23 140 0 54 440 134 35
Binary 1110101 110 10010000 10011 1100000 0 101100 100100000 1011100 11101

Color Harmonies of #750690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750690

Black with #750690

Text Example


Text Example

White with #750690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750690; }

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

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

background-color css

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

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

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

border-color css

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

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

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