Html Css Color HEX #68359B Royal Purple

📋 copy color: '#68359B'

red 104 ◦ green 53 ◦ blue 155

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

Shades of Royal Purple #68359B

Tints of Royal Purple #68359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 33.33%
G = 16.99%
B = 49.68%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68359B (or 0x68359B) is known color: Royal Purple. HEX triplet: 68, 35 and 9B. RGB value is (104,53,155). Sum of RGB (Red+Green+Blue) = 104+53+155=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #68359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68359B is #97CA64. Grayscale: #4F4F4F. Windows color (decimal): -9947749 or 10171752. OLE color: 10171752.

HSL color Cylindrical-coordinate representation of color #68359B: hue angle of 270º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68359B is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 53 155 -
CMYK 0.33 0.66 0 0.39
HSL 270º 0.49% 0.41% -
HSV(B) 270º 0.66% 0.61% -
XYZ 12.9 7.86 31.85 -
YUV 79.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 104 53 155 0.33 0.66 0 0.39 270 0.49 0.41
Hex 68 35 9B 21 42 0 27 10E 31 29
Octal 150 65 233 41 102 0 47 416 61 51
Binary 1101000 110101 10011011 100001 1000010 0 100111 100001110 110001 101001

Color Harmonies of #68359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68359B

Black with #68359B

Text Example


Text Example

White with #68359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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