Html Css Color HEX #682999 Royal Purple

📋 copy color: '#682999'

red 104 ◦ green 41 ◦ blue 153

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

Shades of Royal Purple #682999

Tints of Royal Purple #682999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 34.9%
G = 13.76%
B = 51.34%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#682999 (or 0x682999) is known color: Royal Purple. HEX triplet: 68, 29 and 99. RGB value is (104,41,153). Sum of RGB (Red+Green+Blue) = 104+41+153=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #682999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682999 is #97D666. Grayscale: #484848. Windows color (decimal): -9950823 or 10037608. OLE color: 10037608.

HSL color Cylindrical-coordinate representation of color #682999: hue angle of 273.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682999 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 41 153 -
CMYK 0.32 0.73 0 0.4
HSL 273.75º 0.58% 0.38% -
HSV(B) 273.75º 0.73% 0.6% -
XYZ 12.25 6.83 30.81 -
YUV 72.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 104 41 153 0.32 0.73 0 0.4 273.75 0.58 0.38
Hex 68 29 99 20 49 0 28 112 3A 26
Octal 150 51 231 40 111 0 50 422 72 46
Binary 1101000 101001 10011001 100000 1001001 0 101000 100010010 111010 100110

Color Harmonies of #682999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682999

Black with #682999

Text Example


Text Example

White with #682999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682999; }

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

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

background-color css

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

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

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

border-color css

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

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

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