Html Css Color HEX #682EAA Royal Purple

📋 copy color: '#682EAA'

red 104 ◦ green 46 ◦ blue 170

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

Shades of Royal Purple #682EAA

Tints of Royal Purple #682EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 32.5%
G = 14.38%
B = 53.13%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#682EAA (or 0x682EAA) is known color: Royal Purple. HEX triplet: 68, 2E and AA. RGB value is (104,46,170). Sum of RGB (Red+Green+Blue) = 104+46+170=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #682EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682EAA is #97D155. Grayscale: #4D4D4D. Windows color (decimal): -9949526 or 11153000. OLE color: 11153000.

HSL color Cylindrical-coordinate representation of color #682EAA: hue angle of 268.06º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682EAA is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 46 170 -
CMYK 0.39 0.73 0 0.33
HSL 268.06º 0.57% 0.42% -
HSV(B) 268.06º 0.73% 0.67% -
XYZ 13.94 7.8 38.8 -
YUV 77.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 104 46 170 0.39 0.73 0 0.33 268.06 0.57 0.42
Hex 68 2E AA 27 49 0 21 10C 39 2A
Octal 150 56 252 47 111 0 41 414 71 52
Binary 1101000 101110 10101010 100111 1001001 0 100001 100001100 111001 101010

Color Harmonies of #682EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EAA

Black with #682EAA

Text Example


Text Example

White with #682EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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