Html Css Color HEX #751375 Purple

📋 copy color: '#751375'

red 117 ◦ green 19 ◦ blue 117

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

Shades of Purple #751375

Tints of Purple #751375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 46.25%
G = 7.51%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#751375 (or 0x751375) is known color: Purple. HEX triplet: 75, 13 and 75. RGB value is (117,19,117). Sum of RGB (Red+Green+Blue) = 117+19+117=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #751375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751375 is #8AEC8A. Grayscale: #3B3B3B. Windows color (decimal): -9104523 or 7672693. OLE color: 7672693.

HSL color Cylindrical-coordinate representation of color #751375: hue angle of 300º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751375 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 117 -
CMYK 0 0.84 0 0.54
HSL 300º 0.72% 0.27% -
HSV(B) 300º 0.84% 0.46% -
XYZ 10.78 5.53 17.33 -
YUV 59.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 117 19 117 0 0.84 0 0.54 300 0.72 0.27
Hex 75 13 75 0 54 0 36 12C 48 1B
Octal 165 23 165 0 124 0 66 454 110 33
Binary 1110101 10011 1110101 0 1010100 0 110110 100101100 1001000 11011

Color Harmonies of #751375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751375

Black with #751375

Text Example


Text Example

White with #751375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751375; }

 p { color: rgb(117,19,117); }

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

background-color css

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

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

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

border-color css

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

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

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