Html Css Color HEX #751273 Purple

📋 copy color: '#751273'

red 117 ◦ green 18 ◦ blue 115

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

Shades of Purple #751273

Tints of Purple #751273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 46.8%
G = 7.2%
B = 46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#751273 (or 0x751273) is known color: Purple. HEX triplet: 75, 12 and 73. RGB value is (117,18,115). Sum of RGB (Red+Green+Blue) = 117+18+115=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #751273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751273 is #8AED8C. Grayscale: #3A3A3A. Windows color (decimal): -9104781 or 7541365. OLE color: 7541365.

HSL color Cylindrical-coordinate representation of color #751273: hue angle of 301.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751273 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 115 -
CMYK 0 0.85 0.02 0.54
HSL 301.21º 0.73% 0.26% -
HSV(B) 301.21º 0.85% 0.46% -
XYZ 10.65 5.45 16.71 -
YUV 58.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 117 18 115 0 0.85 0.02 0.54 301.21 0.73 0.26
Hex 75 12 73 0 55 2 36 12D 49 1A
Octal 165 22 163 0 125 2 66 455 111 32
Binary 1110101 10010 1110011 0 1010101 10 110110 100101101 1001001 11010

Color Harmonies of #751273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751273

Black with #751273

Text Example


Text Example

White with #751273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751273; }

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

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

background-color css

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

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

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

border-color css

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

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

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