Html Css Color HEX #682992 Royal Purple

📋 copy color: '#682992'

red 104 ◦ green 41 ◦ blue 146

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

Shades of Royal Purple #682992

Tints of Royal Purple #682992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 35.74%
G = 14.09%
B = 50.17%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#682992 (or 0x682992) is known color: Royal Purple. HEX triplet: 68, 29 and 92. RGB value is (104,41,146). Sum of RGB (Red+Green+Blue) = 104+41+146=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #682992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682992 is #97D66D. Grayscale: #474747. Windows color (decimal): -9950830 or 9578856. OLE color: 9578856.

HSL color Cylindrical-coordinate representation of color #682992: hue angle of 276º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682992 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 41 146 -
CMYK 0.29 0.72 0 0.43
HSL 276º 0.56% 0.37% -
HSV(B) 276º 0.72% 0.57% -
XYZ 11.69 6.6 27.85 -
YUV 71.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 104 41 146 0.29 0.72 0 0.43 276 0.56 0.37
Hex 68 29 92 1D 48 0 2B 114 38 25
Octal 150 51 222 35 110 0 53 424 70 45
Binary 1101000 101001 10010010 11101 1001000 0 101011 100010100 111000 100101

Color Harmonies of #682992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682992

Black with #682992

Text Example


Text Example

White with #682992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682992; }

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

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

background-color css

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

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

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

border-color css

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

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

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