Html Css Color HEX #681272 Seance

📋 copy color: '#681272'

red 104 ◦ green 18 ◦ blue 114

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

Shades of Seance #681272

Tints of Seance #681272

RGB

 RED value IS 104 (41.02% from 255) = 44.07%

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 44.07%
G = 7.63%
B = 48.31%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#681272 (or 0x681272) is known color: Seance. HEX triplet: 68, 12 and 72. RGB value is (104,18,114). Sum of RGB (Red+Green+Blue) = 104+18+114=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #681272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681272 is #97ED8D. Grayscale: #363636. Windows color (decimal): -9956750 or 7475816. OLE color: 7475816.

HSL color Cylindrical-coordinate representation of color #681272: hue angle of 293.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681272 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 18 114 -
CMYK 0.09 0.84 0 0.55
HSL 293.75º 0.73% 0.26% -
HSV(B) 293.75º 0.84% 0.45% -
XYZ 8.96 4.59 16.33 -
YUV 54.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 104 18 114 0.09 0.84 0 0.55 293.75 0.73 0.26
Hex 68 12 72 9 54 0 37 126 49 1A
Octal 150 22 162 11 124 0 67 446 111 32
Binary 1101000 10010 1110010 1001 1010100 0 110111 100100110 1001001 11010

Color Harmonies of #681272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681272

Black with #681272

Text Example


Text Example

White with #681272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681272; }

 p { color: rgb(104,18,114); }

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

background-color css

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

 a { background-color: rgb(104,18,114); }

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

border-color css

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

 span { border-color: rgb(104,18,114); }

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