Html Css Color HEX #751F80 Seance

📋 copy color: '#751F80'

red 117 ◦ green 31 ◦ blue 128

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

Shades of Seance #751F80

Tints of Seance #751F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 42.39%
G = 11.23%
B = 46.38%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#751F80 (or 0x751F80) is known color: Seance. HEX triplet: 75, 1F and 80. RGB value is (117,31,128). Sum of RGB (Red+Green+Blue) = 117+31+128=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #751F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F80 is #8AE07F. Grayscale: #434343. Windows color (decimal): -9101440 or 8396661. OLE color: 8396661.

HSL color Cylindrical-coordinate representation of color #751F80: hue angle of 293.2º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751F80 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 31 128 -
CMYK 0.09 0.76 0 0.50
HSL 293.2º 0.61% 0.31% -
HSV(B) 293.2º 0.76% 0.5% -
XYZ 11.72 6.32 21.02 -
YUV 67.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 117 31 128 0.09 0.76 0 0.50 293.2 0.61 0.31
Hex 75 1F 80 9 4C 0 32 125 3D 1F
Octal 165 37 200 11 114 0 62 445 75 37
Binary 1110101 11111 10000000 1001 1001100 0 110010 100100101 111101 11111

Color Harmonies of #751F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F80

Black with #751F80

Text Example


Text Example

White with #751F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751F80; }

 p { color: rgb(117,31,128); }

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

background-color css

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

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

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

border-color css

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

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

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