Html Css Color HEX #682D92 Royal Purple

📋 copy color: '#682D92'

red 104 ◦ green 45 ◦ blue 146

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

Shades of Royal Purple #682D92

Tints of Royal Purple #682D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.25%

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

R = 35.25%
G = 15.25%
B = 49.49%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#682D92 (or 0x682D92) is known color: Royal Purple. HEX triplet: 68, 2D and 92. RGB value is (104,45,146). Sum of RGB (Red+Green+Blue) = 104+45+146=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #682D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682D92 is #97D26D. Grayscale: #494949. Windows color (decimal): -9949806 or 9579880. OLE color: 9579880.

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

Color convert

RGB 104 45 146 -
CMYK 0.29 0.69 0 0.43
HSL 275.05º 0.53% 0.37% -
HSV(B) 275.05º 0.69% 0.57% -
XYZ 11.84 6.9 27.9 -
YUV 74.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 104 45 146 0.29 0.69 0 0.43 275.05 0.53 0.37
Hex 68 2D 92 1D 45 0 2B 113 35 25
Octal 150 55 222 35 105 0 53 423 65 45
Binary 1101000 101101 10010010 11101 1000101 0 101011 100010011 110101 100101

Color Harmonies of #682D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D92

Black with #682D92

Text Example


Text Example

White with #682D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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