Html Css Color HEX #682895 Royal Purple

📋 copy color: '#682895'

red 104 ◦ green 40 ◦ blue 149

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

Shades of Royal Purple #682895

Tints of Royal Purple #682895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 35.49%
G = 13.65%
B = 50.85%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682895 (or 0x682895) is known color: Royal Purple. HEX triplet: 68, 28 and 95. RGB value is (104,40,149). Sum of RGB (Red+Green+Blue) = 104+40+149=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #682895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682895 is #97D76A. Grayscale: #474747. Windows color (decimal): -9951083 or 9775208. OLE color: 9775208.

HSL color Cylindrical-coordinate representation of color #682895: hue angle of 275.23º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682895 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 40 149 -
CMYK 0.30 0.73 0 0.42
HSL 275.23º 0.58% 0.37% -
HSV(B) 275.23º 0.73% 0.58% -
XYZ 11.89 6.63 29.09 -
YUV 71.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 104 40 149 0.30 0.73 0 0.42 275.23 0.58 0.37
Hex 68 28 95 1E 49 0 2A 113 3A 25
Octal 150 50 225 36 111 0 52 423 72 45
Binary 1101000 101000 10010101 11110 1001001 0 101010 100010011 111010 100101

Color Harmonies of #682895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682895

Black with #682895

Text Example


Text Example

White with #682895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682895; }

 p { color: rgb(104,40,149); }

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

background-color css

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

 a { background-color: rgb(104,40,149); }

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

border-color css

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

 span { border-color: rgb(104,40,149); }

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