Html Css Color HEX #751E82 Seance

📋 copy color: '#751E82'

red 117 ◦ green 30 ◦ blue 130

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

Shades of Seance #751E82

Tints of Seance #751E82

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 42.24%
G = 10.83%
B = 46.93%

CMYK

 C value IS 0.1

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751E82 (or 0x751E82) is known color: Seance. HEX triplet: 75, 1E and 82. RGB value is (117,30,130). Sum of RGB (Red+Green+Blue) = 117+30+130=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #751E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751E82 is #8AE17D. Grayscale: #434343. Windows color (decimal): -9101694 or 8527477. OLE color: 8527477.

HSL color Cylindrical-coordinate representation of color #751E82: hue angle of 292.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751E82 is Cyan = 0.1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 30 130 -
CMYK 0.1 0.77 0 0.49
HSL 292.2º 0.63% 0.31% -
HSV(B) 292.2º 0.77% 0.51% -
XYZ 11.83 6.32 21.72 -
YUV 67.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 117 30 130 0.1 0.77 0 0.49 292.2 0.63 0.31
Hex 75 1E 82 A 4D 0 31 124 3E 1F
Octal 165 36 202 12 115 0 61 444 76 37
Binary 1110101 11110 10000010 1010 1001101 0 110001 100100100 111110 11111

Color Harmonies of #751E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E82

Black with #751E82

Text Example


Text Example

White with #751E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,130); }

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

background-color css

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

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

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

border-color css

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

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

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