Html Css Color HEX #750663 Purple

📋 copy color: '#750663'

red 117 ◦ green 6 ◦ blue 99

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

Shades of Purple #750663

Tints of Purple #750663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.59%

R = 52.7%
G = 2.7%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#750663 (or 0x750663) is known color: Purple. HEX triplet: 75, 06 and 63. RGB value is (117,6,99). Sum of RGB (Red+Green+Blue) = 117+6+99=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750663 is #8AF99C. Grayscale: #313131. Windows color (decimal): -9107869 or 6489717. OLE color: 6489717.

HSL color Cylindrical-coordinate representation of color #750663: hue angle of 309.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750663 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 99 -
CMYK 0 0.95 0.15 0.54
HSL 309.73º 0.9% 0.24% -
HSV(B) 309.73º 0.95% 0.46% -
XYZ 9.65 4.81 12.22 -
YUV 49.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 117 6 99 0 0.95 0.15 0.54 309.73 0.9 0.24
Hex 75 6 63 0 5F F 36 136 5A 18
Octal 165 6 143 0 137 17 66 466 132 30
Binary 1110101 110 1100011 0 1011111 1111 110110 100110110 1011010 11000

Color Harmonies of #750663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750663

Black with #750663

Text Example


Text Example

White with #750663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750663; }

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

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

background-color css

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

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

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

border-color css

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

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

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