Html Css Color HEX #682DAC Royal Purple

📋 copy color: '#682DAC'

red 104 ◦ green 45 ◦ blue 172

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

Shades of Royal Purple #682DAC

Tints of Royal Purple #682DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 32.4%
G = 14.02%
B = 53.58%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#682DAC (or 0x682DAC) is known color: Royal Purple. HEX triplet: 68, 2D and AC. RGB value is (104,45,172). Sum of RGB (Red+Green+Blue) = 104+45+172=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #682DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682DAC is #97D253. Grayscale: #4C4C4C. Windows color (decimal): -9949780 or 11283816. OLE color: 11283816.

HSL color Cylindrical-coordinate representation of color #682DAC: hue angle of 267.87º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682DAC is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 45 172 -
CMYK 0.40 0.74 0 0.33
HSL 267.87º 0.59% 0.43% -
HSV(B) 267.87º 0.74% 0.67% -
XYZ 14.09 7.8 39.79 -
YUV 77.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 104 45 172 0.40 0.74 0 0.33 267.87 0.59 0.43
Hex 68 2D AC 28 4A 0 21 10C 3B 2B
Octal 150 55 254 50 112 0 41 414 73 53
Binary 1101000 101101 10101100 101000 1001010 0 100001 100001100 111011 101011

Color Harmonies of #682DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DAC

Black with #682DAC

Text Example


Text Example

White with #682DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,172); }

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

background-color css

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

 a { background-color: rgb(104,45,172); }

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

border-color css

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

 span { border-color: rgb(104,45,172); }

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