Html Css Color HEX #682DA0 Royal Purple

📋 copy color: '#682DA0'

red 104 ◦ green 45 ◦ blue 160

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

Shades of Royal Purple #682DA0

Tints of Royal Purple #682DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.78%

R = 33.66%
G = 14.56%
B = 51.78%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#682DA0 (or 0x682DA0) is known color: Royal Purple. HEX triplet: 68, 2D and A0. RGB value is (104,45,160). Sum of RGB (Red+Green+Blue) = 104+45+160=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #682DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682DA0 is #97D25F. Grayscale: #4B4B4B. Windows color (decimal): -9949792 or 10497384. OLE color: 10497384.

HSL color Cylindrical-coordinate representation of color #682DA0: hue angle of 270.78º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682DA0 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 45 160 -
CMYK 0.35 0.72 0 0.37
HSL 270.78º 0.56% 0.4% -
HSV(B) 270.78º 0.72% 0.63% -
XYZ 12.99 7.36 33.99 -
YUV 75.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 104 45 160 0.35 0.72 0 0.37 270.78 0.56 0.4
Hex 68 2D A0 23 48 0 25 10F 38 28
Octal 150 55 240 43 110 0 45 417 70 50
Binary 1101000 101101 10100000 100011 1001000 0 100101 100001111 111000 101000

Color Harmonies of #682DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DA0

Black with #682DA0

Text Example


Text Example

White with #682DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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