Html Css Color HEX #682E94 Royal Purple

📋 copy color: '#682E94'

red 104 ◦ green 46 ◦ blue 148

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

Shades of Royal Purple #682E94

Tints of Royal Purple #682E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 34.9%
G = 15.44%
B = 49.66%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682E94 (or 0x682E94) is known color: Royal Purple. HEX triplet: 68, 2E and 94. RGB value is (104,46,148). Sum of RGB (Red+Green+Blue) = 104+46+148=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #682E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682E94 is #97D16B. Grayscale: #4A4A4A. Windows color (decimal): -9949548 or 9711208. OLE color: 9711208.

HSL color Cylindrical-coordinate representation of color #682E94: hue angle of 274.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682E94 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 46 148 -
CMYK 0.30 0.69 0 0.42
HSL 274.12º 0.53% 0.38% -
HSV(B) 274.12º 0.69% 0.58% -
XYZ 12.03 7.04 28.74 -
YUV 74.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 104 46 148 0.30 0.69 0 0.42 274.12 0.53 0.38
Hex 68 2E 94 1E 45 0 2A 112 35 26
Octal 150 56 224 36 105 0 52 422 65 46
Binary 1101000 101110 10010100 11110 1000101 0 101010 100010010 110101 100110

Color Harmonies of #682E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E94

Black with #682E94

Text Example


Text Example

White with #682E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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