Html Css Color HEX #682E9C Royal Purple

📋 copy color: '#682E9C'

red 104 ◦ green 46 ◦ blue 156

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

Shades of Royal Purple #682E9C

Tints of Royal Purple #682E9C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 33.99%
G = 15.03%
B = 50.98%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#682E9C (or 0x682E9C) is known color: Royal Purple. HEX triplet: 68, 2E and 9C. RGB value is (104,46,156). Sum of RGB (Red+Green+Blue) = 104+46+156=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #682E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682E9C is #97D163. Grayscale: #4B4B4B. Windows color (decimal): -9949540 or 10235496. OLE color: 10235496.

HSL color Cylindrical-coordinate representation of color #682E9C: hue angle of 271.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682E9C is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 46 156 -
CMYK 0.33 0.71 0 0.39
HSL 271.64º 0.54% 0.4% -
HSV(B) 271.64º 0.71% 0.61% -
XYZ 12.69 7.3 32.19 -
YUV 75.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 104 46 156 0.33 0.71 0 0.39 271.64 0.54 0.4
Hex 68 2E 9C 21 47 0 27 110 36 28
Octal 150 56 234 41 107 0 47 420 66 50
Binary 1101000 101110 10011100 100001 1000111 0 100111 100010000 110110 101000

Color Harmonies of #682E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E9C

Black with #682E9C

Text Example


Text Example

White with #682E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682E9C; }

 p { color: rgb(104,46,156); }

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

background-color css

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

 a { background-color: rgb(104,46,156); }

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

border-color css

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

 span { border-color: rgb(104,46,156); }

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