Html Css Color HEX #751F7F Seance

📋 copy color: '#751F7F'

red 117 ◦ green 31 ◦ blue 127

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

Shades of Seance #751F7F

Tints of Seance #751F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.18%

R = 42.55%
G = 11.27%
B = 46.18%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#751F7F (or 0x751F7F) is known color: Seance. HEX triplet: 75, 1F and 7F. RGB value is (117,31,127). Sum of RGB (Red+Green+Blue) = 117+31+127=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #751F7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751F7F is #8AE080. Grayscale: #434343. Windows color (decimal): -9101441 or 8331125. OLE color: 8331125.

HSL color Cylindrical-coordinate representation of color #751F7F: hue angle of 293.75º 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 #751F7F is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 31 127 -
CMYK 0.08 0.76 0 0.50
HSL 293.75º 0.61% 0.31% -
HSV(B) 293.75º 0.76% 0.5% -
XYZ 11.66 6.29 20.68 -
YUV 67.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 117 31 127 0.08 0.76 0 0.50 293.75 0.61 0.31
Hex 75 1F 7F 8 4C 0 32 126 3D 1F
Octal 165 37 177 10 114 0 62 446 75 37
Binary 1110101 11111 1111111 1000 1001100 0 110010 100100110 111101 11111

Color Harmonies of #751F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F7F

Black with #751F7F

Text Example


Text Example

White with #751F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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