Html Css Color HEX #682CA2 Royal Purple

📋 copy color: '#682CA2'

red 104 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #682CA2

Tints of Royal Purple #682CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

 BLUE value IS 162 (63.67% from 255) = 52.26%

R = 33.55%
G = 14.19%
B = 52.26%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#682CA2 (or 0x682CA2) is known color: Royal Purple. HEX triplet: 68, 2C and A2. RGB value is (104,44,162). Sum of RGB (Red+Green+Blue) = 104+44+162=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #682CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682CA2 is #97D35D. Grayscale: #4A4A4A. Windows color (decimal): -9950046 or 10628200. OLE color: 10628200.

HSL color Cylindrical-coordinate representation of color #682CA2: hue angle of 270.51º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682CA2 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 44 162 -
CMYK 0.36 0.73 0 0.36
HSL 270.51º 0.57% 0.4% -
HSV(B) 270.51º 0.73% 0.64% -
XYZ 13.13 7.35 34.91 -
YUV 75.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 104 44 162 0.36 0.73 0 0.36 270.51 0.57 0.4
Hex 68 2C A2 24 49 0 24 10F 39 28
Octal 150 54 242 44 111 0 44 417 71 50
Binary 1101000 101100 10100010 100100 1001001 0 100100 100001111 111001 101000

Color Harmonies of #682CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CA2

Black with #682CA2

Text Example


Text Example

White with #682CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,162); }

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

background-color css

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

 a { background-color: rgb(104,44,162); }

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

border-color css

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

 span { border-color: rgb(104,44,162); }

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