Html Css Color HEX #682697 Royal Purple

📋 copy color: '#682697'

red 104 ◦ green 38 ◦ blue 151

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

Shades of Royal Purple #682697

Tints of Royal Purple #682697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 35.49%
G = 12.97%
B = 51.54%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#682697 (or 0x682697) is known color: Royal Purple. HEX triplet: 68, 26 and 97. RGB value is (104,38,151). Sum of RGB (Red+Green+Blue) = 104+38+151=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #682697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682697 is #97D968. Grayscale: #464646. Windows color (decimal): -9951593 or 9905768. OLE color: 9905768.

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

Color convert

RGB 104 38 151 -
CMYK 0.31 0.75 0 0.41
HSL 275.04º 0.6% 0.37% -
HSV(B) 275.04º 0.75% 0.59% -
XYZ 11.99 6.56 29.91 -
YUV 70.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 104 38 151 0.31 0.75 0 0.41 275.04 0.6 0.37
Hex 68 26 97 1F 4B 0 29 113 3C 25
Octal 150 46 227 37 113 0 51 423 74 45
Binary 1101000 100110 10010111 11111 1001011 0 101001 100010011 111100 100101

Color Harmonies of #682697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682697

Black with #682697

Text Example


Text Example

White with #682697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682697; }

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

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

background-color css

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

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

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

border-color css

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

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

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