Html Css Color HEX #682AAA Royal Purple

📋 copy color: '#682AAA'

red 104 ◦ green 42 ◦ blue 170

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

Shades of Royal Purple #682AAA

Tints of Royal Purple #682AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 32.91%
G = 13.29%
B = 53.8%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#682AAA (or 0x682AAA) is known color: Royal Purple. HEX triplet: 68, 2A and AA. RGB value is (104,42,170). Sum of RGB (Red+Green+Blue) = 104+42+170=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #682AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682AAA is #97D555. Grayscale: #4A4A4A. Windows color (decimal): -9950550 or 11151976. OLE color: 11151976.

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

Color convert

RGB 104 42 170 -
CMYK 0.39 0.75 0 0.33
HSL 269.06º 0.6% 0.42% -
HSV(B) 269.06º 0.75% 0.67% -
XYZ 13.79 7.5 38.75 -
YUV 75.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 104 42 170 0.39 0.75 0 0.33 269.06 0.6 0.42
Hex 68 2A AA 27 4B 0 21 10D 3C 2A
Octal 150 52 252 47 113 0 41 415 74 52
Binary 1101000 101010 10101010 100111 1001011 0 100001 100001101 111100 101010

Color Harmonies of #682AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682AAA

Black with #682AAA

Text Example


Text Example

White with #682AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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