Html Css Color HEX #68319F Royal Purple

📋 copy color: '#68319F'

red 104 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #68319F

Tints of Royal Purple #68319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 33.33%
G = 15.71%
B = 50.96%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68319F (or 0x68319F) is known color: Royal Purple. HEX triplet: 68, 31 and 9F. RGB value is (104,49,159). Sum of RGB (Red+Green+Blue) = 104+49+159=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #68319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68319F is #97CE60. Grayscale: #4D4D4D. Windows color (decimal): -9948769 or 10432872. OLE color: 10432872.

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

Color convert

RGB 104 49 159 -
CMYK 0.35 0.69 0 0.38
HSL 270º 0.53% 0.41% -
HSV(B) 270º 0.69% 0.62% -
XYZ 13.07 7.64 33.59 -
YUV 77.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 104 49 159 0.35 0.69 0 0.38 270 0.53 0.41
Hex 68 31 9F 23 45 0 26 10E 35 29
Octal 150 61 237 43 105 0 46 416 65 51
Binary 1101000 110001 10011111 100011 1000101 0 100110 100001110 110101 101001

Color Harmonies of #68319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68319F

Black with #68319F

Text Example


Text Example

White with #68319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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