Html Css Color HEX #750388 Purple

📋 copy color: '#750388'

red 117 ◦ green 3 ◦ blue 136

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

Shades of Purple #750388

Tints of Purple #750388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 45.7%
G = 1.17%
B = 53.13%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#750388 (or 0x750388) is known color: Purple. HEX triplet: 75, 03 and 88. RGB value is (117,3,136). Sum of RGB (Red+Green+Blue) = 117+3+136=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #750388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750388 is #8AFC77. Grayscale: #333333. Windows color (decimal): -9108600 or 8913781. OLE color: 8913781.

HSL color Cylindrical-coordinate representation of color #750388: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750388 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 3 136 -
CMYK 0.14 0.98 0 0.47
HSL 291.43º 0.96% 0.27% -
HSV(B) 291.43º 0.98% 0.53% -
XYZ 11.81 5.62 23.76 -
YUV 52.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 117 3 136 0.14 0.98 0 0.47 291.43 0.96 0.27
Hex 75 3 88 E 62 0 2F 123 60 1B
Octal 165 3 210 16 142 0 57 443 140 33
Binary 1110101 11 10001000 1110 1100010 0 101111 100100011 1100000 11011

Color Harmonies of #750388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750388

Black with #750388

Text Example


Text Example

White with #750388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750388; }

 p { color: rgb(117,3,136); }

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

background-color css

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

 a { background-color: rgb(117,3,136); }

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

border-color css

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

 span { border-color: rgb(117,3,136); }

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