Html Css Color HEX #683072 Seance

📋 copy color: '#683072'

red 104 ◦ green 48 ◦ blue 114

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

Shades of Seance #683072

Tints of Seance #683072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 39.1%
G = 18.05%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683072 (or 0x683072) is known color: Seance. HEX triplet: 68, 30 and 72. RGB value is (104,48,114). Sum of RGB (Red+Green+Blue) = 104+48+114=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #683072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683072 is #97CF8D. Grayscale: #484848. Windows color (decimal): -9949070 or 7483496. OLE color: 7483496.

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

Color convert

RGB 104 48 114 -
CMYK 0.09 0.58 0 0.55
HSL 290.91º 0.41% 0.32% -
HSV(B) 290.91º 0.58% 0.45% -
XYZ 9.8 6.27 16.61 -
YUV 72.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 104 48 114 0.09 0.58 0 0.55 290.91 0.41 0.32
Hex 68 30 72 9 3A 0 37 123 29 20
Octal 150 60 162 11 72 0 67 443 51 40
Binary 1101000 110000 1110010 1001 111010 0 110111 100100011 101001 100000

Color Harmonies of #683072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683072

Black with #683072

Text Example


Text Example

White with #683072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683072; }

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

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

background-color css

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

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

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

border-color css

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

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

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