Html Css Color HEX #750563 Purple

📋 copy color: '#750563'

red 117 ◦ green 5 ◦ blue 99

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

Shades of Purple #750563

Tints of Purple #750563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 52.94%
G = 2.26%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#750563 (or 0x750563) is known color: Purple. HEX triplet: 75, 05 and 63. RGB value is (117,5,99). Sum of RGB (Red+Green+Blue) = 117+5+99=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #750563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750563 is #8AFA9C. Grayscale: #303030. Windows color (decimal): -9108125 or 6489461. OLE color: 6489461.

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

Color convert

RGB 117 5 99 -
CMYK 0 0.96 0.15 0.54
HSL 309.64º 0.92% 0.24% -
HSV(B) 309.64º 0.96% 0.46% -
XYZ 9.64 4.79 12.22 -
YUV 49.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 117 5 99 0 0.96 0.15 0.54 309.64 0.92 0.24
Hex 75 5 63 0 60 F 36 136 5C 18
Octal 165 5 143 0 140 17 66 466 134 30
Binary 1110101 101 1100011 0 1100000 1111 110110 100110110 1011100 11000

Color Harmonies of #750563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750563

Black with #750563

Text Example


Text Example

White with #750563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750563; }

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

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

background-color css

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

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

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

border-color css

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

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

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