Html Css Color HEX #682EA2 Royal Purple

📋 copy color: '#682EA2'

red 104 ◦ green 46 ◦ blue 162

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

Shades of Royal Purple #682EA2

Tints of Royal Purple #682EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 51.92%

R = 33.33%
G = 14.74%
B = 51.92%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#682EA2 (or 0x682EA2) is known color: Royal Purple. HEX triplet: 68, 2E and A2. RGB value is (104,46,162). Sum of RGB (Red+Green+Blue) = 104+46+162=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #682EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682EA2 is #97D15D. Grayscale: #4C4C4C. Windows color (decimal): -9949534 or 10628712. OLE color: 10628712.

HSL color Cylindrical-coordinate representation of color #682EA2: hue angle of 270º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682EA2 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 46 162 -
CMYK 0.36 0.72 0 0.36
HSL 270º 0.56% 0.41% -
HSV(B) 270º 0.72% 0.64% -
XYZ 13.21 7.51 34.94 -
YUV 76.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 104 46 162 0.36 0.72 0 0.36 270 0.56 0.41
Hex 68 2E A2 24 48 0 24 10E 38 29
Octal 150 56 242 44 110 0 44 416 70 51
Binary 1101000 101110 10100010 100100 1001000 0 100100 100001110 111000 101001

Color Harmonies of #682EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EA2

Black with #682EA2

Text Example


Text Example

White with #682EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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