Html Css Color HEX #682472 Seance

📋 copy color: '#682472'

red 104 ◦ green 36 ◦ blue 114

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

Shades of Seance #682472

Tints of Seance #682472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 40.94%
G = 14.17%
B = 44.88%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#682472 (or 0x682472) is known color: Seance. HEX triplet: 68, 24 and 72. RGB value is (104,36,114). Sum of RGB (Red+Green+Blue) = 104+36+114=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #682472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682472 is #97DB8D. Grayscale: #404040. Windows color (decimal): -9952142 or 7480424. OLE color: 7480424.

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

Color convert

RGB 104 36 114 -
CMYK 0.09 0.68 0 0.55
HSL 292.31º 0.52% 0.29% -
HSV(B) 292.31º 0.68% 0.45% -
XYZ 9.38 5.42 16.47 -
YUV 65.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 104 36 114 0.09 0.68 0 0.55 292.31 0.52 0.29
Hex 68 24 72 9 44 0 37 124 34 1D
Octal 150 44 162 11 104 0 67 444 64 35
Binary 1101000 100100 1110010 1001 1000100 0 110111 100100100 110100 11101

Color Harmonies of #682472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682472

Black with #682472

Text Example


Text Example

White with #682472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682472; }

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

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

background-color css

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

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

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

border-color css

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

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

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