Html Css Color HEX #682CA0 Royal Purple

📋 copy color: '#682CA0'

red 104 ◦ green 44 ◦ blue 160

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

Shades of Royal Purple #682CA0

Tints of Royal Purple #682CA0

RGB

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

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

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

R = 33.77%
G = 14.29%
B = 51.95%

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

#682CA0 (or 0x682CA0) is known color: Royal Purple. HEX triplet: 68, 2C and A0. RGB value is (104,44,160). Sum of RGB (Red+Green+Blue) = 104+44+160=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #682CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682CA0 is #97D35F. Grayscale: #4A4A4A. Windows color (decimal): -9950048 or 10497128. OLE color: 10497128.

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

Color convert

RGB 104 44 160 -
CMYK 0.35 0.72 0 0.37
HSL 271.03º 0.57% 0.4% -
HSV(B) 271.03º 0.73% 0.63% -
XYZ 12.95 7.28 33.98 -
YUV 75.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 104 44 160 0.35 0.72 0 0.37 271.03 0.57 0.4
Hex 68 2C A0 23 48 0 25 10F 39 28
Octal 150 54 240 43 110 0 45 417 71 50
Binary 1101000 101100 10100000 100011 1001000 0 100101 100001111 111001 101000

Color Harmonies of #682CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CA0

Black with #682CA0

Text Example


Text Example

White with #682CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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