Html Css Color HEX #751277 Purple

📋 copy color: '#751277'

red 117 ◦ green 18 ◦ blue 119

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

Shades of Purple #751277

Tints of Purple #751277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 46.06%
G = 7.09%
B = 46.85%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#751277 (or 0x751277) is known color: Purple. HEX triplet: 75, 12 and 77. RGB value is (117,18,119). Sum of RGB (Red+Green+Blue) = 117+18+119=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #751277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751277 is #8AED88. Grayscale: #3A3A3A. Windows color (decimal): -9104777 or 7803509. OLE color: 7803509.

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

Color convert

RGB 117 18 119 -
CMYK 0.02 0.85 0 0.53
HSL 298.81º 0.74% 0.27% -
HSV(B) 298.81º 0.85% 0.47% -
XYZ 10.88 5.55 17.95 -
YUV 59.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 117 18 119 0.02 0.85 0 0.53 298.81 0.74 0.27
Hex 75 12 77 2 55 0 35 12B 4A 1B
Octal 165 22 167 2 125 0 65 453 112 33
Binary 1110101 10010 1110111 10 1010101 0 110101 100101011 1001010 11011

Color Harmonies of #751277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751277

Black with #751277

Text Example


Text Example

White with #751277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751277; }

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

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

background-color css

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

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

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

border-color css

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

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

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