Html Css Color HEX #683E8E Royal Purple

📋 copy color: '#683E8E'

red 104 ◦ green 62 ◦ blue 142

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

Shades of Royal Purple #683E8E

Tints of Royal Purple #683E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.13%

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 33.77%
G = 20.13%
B = 46.1%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#683E8E (or 0x683E8E) is known color: Royal Purple. HEX triplet: 68, 3E and 8E. RGB value is (104,62,142). Sum of RGB (Red+Green+Blue) = 104+62+142=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #683E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683E8E is #97C171. Grayscale: #535353. Windows color (decimal): -9945458 or 9322088. OLE color: 9322088.

HSL color Cylindrical-coordinate representation of color #683E8E: hue angle of 271.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683E8E is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 62 142 -
CMYK 0.27 0.56 0 0.44
HSL 271.5º 0.39% 0.4% -
HSV(B) 271.5º 0.56% 0.56% -
XYZ 12.31 8.34 26.55 -
YUV 83.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 104 62 142 0.27 0.56 0 0.44 271.5 0.39 0.4
Hex 68 3E 8E 1B 38 0 2C 110 27 28
Octal 150 76 216 33 70 0 54 420 47 50
Binary 1101000 111110 10001110 11011 111000 0 101100 100010000 100111 101000

Color Harmonies of #683E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E8E

Black with #683E8E

Text Example


Text Example

White with #683E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683E8E; }

 p { color: rgb(104,62,142); }

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

background-color css

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

 a { background-color: rgb(104,62,142); }

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

border-color css

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

 span { border-color: rgb(104,62,142); }

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