Html Css Color HEX #682482 Seance

📋 copy color: '#682482'

red 104 ◦ green 36 ◦ blue 130

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

Shades of Seance #682482

Tints of Seance #682482

RGB

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

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

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

R = 38.52%
G = 13.33%
B = 48.15%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#682482 (or 0x682482) is known color: Seance. HEX triplet: 68, 24 and 82. RGB value is (104,36,130). Sum of RGB (Red+Green+Blue) = 104+36+130=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #682482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682482 is #97DB7D. Grayscale: #424242. Windows color (decimal): -9952126 or 8529000. OLE color: 8529000.

HSL color Cylindrical-coordinate representation of color #682482: hue angle of 283.4º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682482 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 36 130 -
CMYK 0.2 0.72 0 0.49
HSL 283.4º 0.57% 0.33% -
HSV(B) 283.4º 0.72% 0.51% -
XYZ 10.37 5.82 21.7 -
YUV 67.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 104 36 130 0.2 0.72 0 0.49 283.4 0.57 0.33
Hex 68 24 82 14 48 0 31 11B 39 21
Octal 150 44 202 24 110 0 61 433 71 41
Binary 1101000 100100 10000010 10100 1001000 0 110001 100011011 111001 100001

Color Harmonies of #682482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682482

Black with #682482

Text Example


Text Example

White with #682482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682482; }

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

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

background-color css

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

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

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

border-color css

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

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

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