Html Css Color HEX #682FAD Royal Purple

📋 copy color: '#682FAD'

red 104 ◦ green 47 ◦ blue 173

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

Shades of Royal Purple #682FAD

Tints of Royal Purple #682FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 32.1%
G = 14.51%
B = 53.4%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#682FAD (or 0x682FAD) is known color: Royal Purple. HEX triplet: 68, 2F and AD. RGB value is (104,47,173). Sum of RGB (Red+Green+Blue) = 104+47+173=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #682FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682FAD is #97D052. Grayscale: #4D4D4D. Windows color (decimal): -9949267 or 11349864. OLE color: 11349864.

HSL color Cylindrical-coordinate representation of color #682FAD: hue angle of 267.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682FAD is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 47 173 -
CMYK 0.40 0.73 0 0.32
HSL 267.14º 0.57% 0.43% -
HSV(B) 267.14º 0.73% 0.68% -
XYZ 14.27 7.99 40.33 -
YUV 78.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 104 47 173 0.40 0.73 0 0.32 267.14 0.57 0.43
Hex 68 2F AD 28 49 0 20 10B 39 2B
Octal 150 57 255 50 111 0 40 413 71 53
Binary 1101000 101111 10101101 101000 1001001 0 100000 100001011 111001 101011

Color Harmonies of #682FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FAD

Black with #682FAD

Text Example


Text Example

White with #682FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,47,173); }

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

background-color css

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

 a { background-color: rgb(104,47,173); }

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

border-color css

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

 span { border-color: rgb(104,47,173); }

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