Html Css Color HEX #68359E Royal Purple

📋 copy color: '#68359E'

red 104 ◦ green 53 ◦ blue 158

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

Shades of Royal Purple #68359E

Tints of Royal Purple #68359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

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

R = 33.02%
G = 16.83%
B = 50.16%

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

#68359E (or 0x68359E) is known color: Royal Purple. HEX triplet: 68, 35 and 9E. RGB value is (104,53,158). Sum of RGB (Red+Green+Blue) = 104+53+158=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #68359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68359E is #97CA61. Grayscale: #4F4F4F. Windows color (decimal): -9947746 or 10368360. OLE color: 10368360.

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

Color convert

RGB 104 53 158 -
CMYK 0.34 0.66 0 0.38
HSL 269.14º 0.5% 0.41% -
HSV(B) 269.14º 0.66% 0.62% -
XYZ 13.15 7.96 33.19 -
YUV 80.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 104 53 158 0.34 0.66 0 0.38 269.14 0.5 0.41
Hex 68 35 9E 22 42 0 26 10D 32 29
Octal 150 65 236 42 102 0 46 415 62 51
Binary 1101000 110101 10011110 100010 1000010 0 100110 100001101 110010 101001

Color Harmonies of #68359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68359E

Black with #68359E

Text Example


Text Example

White with #68359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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