Html Css Color HEX #741D82 Seance

📋 copy color: '#741D82'

red 116 ◦ green 29 ◦ blue 130

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

Shades of Seance #741D82

Tints of Seance #741D82

RGB

 RED value IS 116 (45.7% from 255) = 42.18%

 GREEN value IS 29 (11.72% from 255) = 10.55%

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

R = 42.18%
G = 10.55%
B = 47.27%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741D82 (or 0x741D82) is known color: Seance. HEX triplet: 74, 1D and 82. RGB value is (116,29,130). Sum of RGB (Red+Green+Blue) = 116+29+130=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #741D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741D82 is #8BE27D. Grayscale: #424242. Windows color (decimal): -9167486 or 8527220. OLE color: 8527220.

HSL color Cylindrical-coordinate representation of color #741D82: hue angle of 291.68º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741D82 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 29 130 -
CMYK 0.11 0.78 0 0.49
HSL 291.68º 0.64% 0.31% -
HSV(B) 291.68º 0.78% 0.51% -
XYZ 11.67 6.2 21.7 -
YUV 66.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 116 29 130 0.11 0.78 0 0.49 291.68 0.64 0.31
Hex 74 1D 82 B 4E 0 31 124 40 1F
Octal 164 35 202 13 116 0 61 444 100 37
Binary 1110100 11101 10000010 1011 1001110 0 110001 100100100 1000000 11111

Color Harmonies of #741D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D82

Black with #741D82

Text Example


Text Example

White with #741D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741D82; }

 p { color: rgb(116,29,130); }

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

background-color css

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

 a { background-color: rgb(116,29,130); }

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

border-color css

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

 span { border-color: rgb(116,29,130); }

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