Html Css Color HEX #750063 Purple

📋 copy color: '#750063'

red 117 ◦ green 0 ◦ blue 99

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

Shades of Purple #750063

Tints of Purple #750063

RGB

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

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

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

R = 54.17%
G = 0%
B = 45.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#750063 (or 0x750063) is known color: Purple. HEX triplet: 75, 00 and 63. RGB value is (117,0,99). Sum of RGB (Red+Green+Blue) = 117+0+99=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750063 is #8AFF9C. Grayscale: #2D2D2D. Windows color (decimal): -9109405 or 6488181. OLE color: 6488181.

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

Color convert

RGB 117 0 99 -
CMYK 0 1 0.15 0.54
HSL 309.23º 1% 0.23% -
HSV(B) 309.23º 1% 0.46% -
XYZ 9.59 4.68 12.2 -
YUV 46.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 117 0 99 0 1 0.15 0.54 309.23 1 0.23
Hex 75 0 63 0 64 F 36 135 64 17
Octal 165 0 143 0 144 17 66 465 144 27
Binary 1110101 0 1100011 0 1100100 1111 110110 100110101 1100100 10111

Color Harmonies of #750063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750063

Black with #750063

Text Example


Text Example

White with #750063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750063; }

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

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

background-color css

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

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

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

border-color css

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

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

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