Html Css Color HEX #68379D Royal Purple

📋 copy color: '#68379D'

red 104 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #68379D

Tints of Royal Purple #68379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

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

R = 32.91%
G = 17.41%
B = 49.68%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68379D (or 0x68379D) is known color: Royal Purple. HEX triplet: 68, 37 and 9D. RGB value is (104,55,157). Sum of RGB (Red+Green+Blue) = 104+55+157=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #68379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68379D is #97C862. Grayscale: #505050. Windows color (decimal): -9947235 or 10303336. OLE color: 10303336.

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

Color convert

RGB 104 55 157 -
CMYK 0.34 0.65 0 0.38
HSL 268.82º 0.48% 0.42% -
HSV(B) 268.82º 0.65% 0.62% -
XYZ 13.16 8.11 32.77 -
YUV 81.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 104 55 157 0.34 0.65 0 0.38 268.82 0.48 0.42
Hex 68 37 9D 22 41 0 26 10D 30 2A
Octal 150 67 235 42 101 0 46 415 60 52
Binary 1101000 110111 10011101 100010 1000001 0 100110 100001101 110000 101010

Color Harmonies of #68379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68379D

Black with #68379D

Text Example


Text Example

White with #68379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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