Html Css Color HEX #750277 Purple

📋 copy color: '#750277'

red 117 ◦ green 2 ◦ blue 119

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

Shades of Purple #750277

Tints of Purple #750277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 119 (46.88% from 255) = 50%

R = 49.16%
G = 0.84%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750277 (or 0x750277) is known color: Purple. HEX triplet: 75, 02 and 77. RGB value is (117,2,119). Sum of RGB (Red+Green+Blue) = 117+2+119=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #750277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750277 is #8AFD88. Grayscale: #313131. Windows color (decimal): -9108873 or 7799413. OLE color: 7799413.

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

Color convert

RGB 117 2 119 -
CMYK 0.02 0.98 0 0.53
HSL 298.97º 0.97% 0.24% -
HSV(B) 298.97º 0.98% 0.47% -
XYZ 10.69 5.16 17.88 -
YUV 49.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 117 2 119 0.02 0.98 0 0.53 298.97 0.97 0.24
Hex 75 2 77 2 62 0 35 12B 61 18
Octal 165 2 167 2 142 0 65 453 141 30
Binary 1110101 10 1110111 10 1100010 0 110101 100101011 1100001 11000

Color Harmonies of #750277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750277

Black with #750277

Text Example


Text Example

White with #750277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750277; }

 p { color: rgb(117,2,119); }

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

background-color css

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

 a { background-color: rgb(117,2,119); }

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

border-color css

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

 span { border-color: rgb(117,2,119); }

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