Html Css Color HEX #750583 Purple

📋 copy color: '#750583'

red 117 ◦ green 5 ◦ blue 131

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

Shades of Purple #750583

Tints of Purple #750583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 46.25%
G = 1.98%
B = 51.78%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750583 (or 0x750583) is known color: Purple. HEX triplet: 75, 05 and 83. RGB value is (117,5,131). Sum of RGB (Red+Green+Blue) = 117+5+131=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #750583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750583 is #8AFA7C. Grayscale: #343434. Windows color (decimal): -9108093 or 8586613. OLE color: 8586613.

HSL color Cylindrical-coordinate representation of color #750583: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750583 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 5 131 -
CMYK 0.11 0.96 0 0.49
HSL 293.33º 0.93% 0.27% -
HSV(B) 293.33º 0.96% 0.51% -
XYZ 11.49 5.53 21.93 -
YUV 52.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 117 5 131 0.11 0.96 0 0.49 293.33 0.93 0.27
Hex 75 5 83 B 60 0 31 125 5D 1B
Octal 165 5 203 13 140 0 61 445 135 33
Binary 1110101 101 10000011 1011 1100000 0 110001 100100101 1011101 11011

Color Harmonies of #750583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750583

Black with #750583

Text Example


Text Example

White with #750583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750583; }

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

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

background-color css

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

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

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

border-color css

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

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

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