Html Css Color HEX #682C91 Royal Purple

📋 copy color: '#682C91'

red 104 ◦ green 44 ◦ blue 145

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

Shades of Royal Purple #682C91

Tints of Royal Purple #682C91

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 145 (57.03% from 255) = 49.49%

R = 35.49%
G = 15.02%
B = 49.49%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#682C91 (or 0x682C91) is known color: Royal Purple. HEX triplet: 68, 2C and 91. RGB value is (104,44,145). Sum of RGB (Red+Green+Blue) = 104+44+145=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #682C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682C91 is #97D36E. Grayscale: #494949. Windows color (decimal): -9950063 or 9514088. OLE color: 9514088.

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

Color convert

RGB 104 44 145 -
CMYK 0.28 0.70 0 0.43
HSL 275.64º 0.53% 0.37% -
HSV(B) 275.64º 0.7% 0.57% -
XYZ 11.72 6.79 27.48 -
YUV 73.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 104 44 145 0.28 0.70 0 0.43 275.64 0.53 0.37
Hex 68 2C 91 1C 46 0 2B 114 35 25
Octal 150 54 221 34 106 0 53 424 65 45
Binary 1101000 101100 10010001 11100 1000110 0 101011 100010100 110101 100101

Color Harmonies of #682C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C91

Black with #682C91

Text Example


Text Example

White with #682C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,145); }

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

background-color css

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

 a { background-color: rgb(104,44,145); }

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

border-color css

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

 span { border-color: rgb(104,44,145); }

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