Html Css Color HEX #682372 Seance

📋 copy color: '#682372'

red 104 ◦ green 35 ◦ blue 114

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

Shades of Seance #682372

Tints of Seance #682372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 41.11%
G = 13.83%
B = 45.06%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#682372 (or 0x682372) is known color: Seance. HEX triplet: 68, 23 and 72. RGB value is (104,35,114). Sum of RGB (Red+Green+Blue) = 104+35+114=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #682372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682372 is #97DC8D. Grayscale: #404040. Windows color (decimal): -9952398 or 7480168. OLE color: 7480168.

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

Color convert

RGB 104 35 114 -
CMYK 0.09 0.69 0 0.55
HSL 292.41º 0.53% 0.29% -
HSV(B) 292.41º 0.69% 0.45% -
XYZ 9.35 5.36 16.46 -
YUV 64.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 104 35 114 0.09 0.69 0 0.55 292.41 0.53 0.29
Hex 68 23 72 9 45 0 37 124 35 1D
Octal 150 43 162 11 105 0 67 444 65 35
Binary 1101000 100011 1110010 1001 1000101 0 110111 100100100 110101 11101

Color Harmonies of #682372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682372

Black with #682372

Text Example


Text Example

White with #682372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682372; }

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

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

background-color css

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

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

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

border-color css

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

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

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