Html Css Color HEX #68369E Royal Purple

📋 copy color: '#68369E'

red 104 ◦ green 54 ◦ blue 158

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

Shades of Royal Purple #68369E

Tints of Royal Purple #68369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 158 (62.11% from 255) = 50%

R = 32.91%
G = 17.09%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68369E (or 0x68369E) is known color: Royal Purple. HEX triplet: 68, 36 and 9E. RGB value is (104,54,158). Sum of RGB (Red+Green+Blue) = 104+54+158=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #68369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68369E is #97C961. Grayscale: #505050. Windows color (decimal): -9947490 or 10368616. OLE color: 10368616.

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

Color convert

RGB 104 54 158 -
CMYK 0.34 0.66 0 0.38
HSL 268.85º 0.49% 0.42% -
HSV(B) 268.85º 0.66% 0.62% -
XYZ 13.2 8.05 33.21 -
YUV 80.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 104 54 158 0.34 0.66 0 0.38 268.85 0.49 0.42
Hex 68 36 9E 22 42 0 26 10D 31 2A
Octal 150 66 236 42 102 0 46 415 61 52
Binary 1101000 110110 10011110 100010 1000010 0 100110 100001101 110001 101010

Color Harmonies of #68369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68369E

Black with #68369E

Text Example


Text Example

White with #68369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68369E; }

 p { color: rgb(104,54,158); }

 H1.HeaderClassName
 {
   color: #68369E;
 }
 .AnyTagClassName
 {
   color: #68369E;
 }
</style>

background-color css

<style>
 a { background-color: #68369E; }

 a { background-color: rgb(104,54,158); }

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

border-color css

<style>
 span { border-color: #68369E; }

 span { border-color: rgb(104,54,158); }

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