Html Css Color HEX #68319D Royal Purple

📋 copy color: '#68319D'

red 104 ◦ green 49 ◦ blue 157

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

Shades of Royal Purple #68319D

Tints of Royal Purple #68319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 157 (61.72% from 255) = 50.65%

R = 33.55%
G = 15.81%
B = 50.65%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68319D (or 0x68319D) is known color: Royal Purple. HEX triplet: 68, 31 and 9D. RGB value is (104,49,157). Sum of RGB (Red+Green+Blue) = 104+49+157=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #68319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68319D is #97CE62. Grayscale: #4D4D4D. Windows color (decimal): -9948771 or 10301800. OLE color: 10301800.

HSL color Cylindrical-coordinate representation of color #68319D: hue angle of 270.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68319D is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 49 157 -
CMYK 0.34 0.69 0 0.38
HSL 270.56º 0.52% 0.4% -
HSV(B) 270.56º 0.69% 0.62% -
XYZ 12.89 7.57 32.68 -
YUV 77.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 104 49 157 0.34 0.69 0 0.38 270.56 0.52 0.4
Hex 68 31 9D 22 45 0 26 10F 34 28
Octal 150 61 235 42 105 0 46 417 64 50
Binary 1101000 110001 10011101 100010 1000101 0 100110 100001111 110100 101000

Color Harmonies of #68319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68319D

Black with #68319D

Text Example


Text Example

White with #68319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68319D; }

 p { color: rgb(104,49,157); }

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

background-color css

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

 a { background-color: rgb(104,49,157); }

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

border-color css

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

 span { border-color: rgb(104,49,157); }

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