Html Css Color HEX #682997 Royal Purple

📋 copy color: '#682997'

red 104 ◦ green 41 ◦ blue 151

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

Shades of Royal Purple #682997

Tints of Royal Purple #682997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 151 (59.38% from 255) = 51.01%

R = 35.14%
G = 13.85%
B = 51.01%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#682997 (or 0x682997) is known color: Royal Purple. HEX triplet: 68, 29 and 97. RGB value is (104,41,151). Sum of RGB (Red+Green+Blue) = 104+41+151=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #682997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682997 is #97D668. Grayscale: #484848. Windows color (decimal): -9950825 or 9906536. OLE color: 9906536.

HSL color Cylindrical-coordinate representation of color #682997: hue angle of 274.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682997 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 41 151 -
CMYK 0.31 0.73 0 0.41
HSL 274.36º 0.57% 0.38% -
HSV(B) 274.36º 0.73% 0.59% -
XYZ 12.09 6.76 29.95 -
YUV 72.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 104 41 151 0.31 0.73 0 0.41 274.36 0.57 0.38
Hex 68 29 97 1F 49 0 29 112 39 26
Octal 150 51 227 37 111 0 51 422 71 46
Binary 1101000 101001 10010111 11111 1001001 0 101001 100010010 111001 100110

Color Harmonies of #682997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682997

Black with #682997

Text Example


Text Example

White with #682997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682997; }

 p { color: rgb(104,41,151); }

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

background-color css

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

 a { background-color: rgb(104,41,151); }

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

border-color css

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

 span { border-color: rgb(104,41,151); }

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