Html Css Color HEX #68349C Royal Purple

📋 copy color: '#68349C'

red 104 ◦ green 52 ◦ blue 156

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

Shades of Royal Purple #68349C

Tints of Royal Purple #68349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68349C (or 0x68349C) is known color: Royal Purple. HEX triplet: 68, 34 and 9C. RGB value is (104,52,156). Sum of RGB (Red+Green+Blue) = 104+52+156=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #68349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68349C is #97CB63. Grayscale: #4F4F4F. Windows color (decimal): -9948004 or 10237032. OLE color: 10237032.

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

Color convert

RGB 104 52 156 -
CMYK 0.33 0.67 0 0.39
HSL 270º 0.5% 0.41% -
HSV(B) 270º 0.67% 0.61% -
XYZ 12.94 7.8 32.28 -
YUV 79.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 104 52 156 0.33 0.67 0 0.39 270 0.5 0.41
Hex 68 34 9C 21 43 0 27 10E 32 29
Octal 150 64 234 41 103 0 47 416 62 51
Binary 1101000 110100 10011100 100001 1000011 0 100111 100001110 110010 101001

Color Harmonies of #68349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68349C

Black with #68349C

Text Example


Text Example

White with #68349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68349C; }

 p { color: rgb(104,52,156); }

 H1.HeaderClassName
 {
   color: #68349C;
 }
 .AnyTagClassName
 {
   color: #68349C;
 }
</style>

background-color css

<style>
 a { background-color: #68349C; }

 a { background-color: rgb(104,52,156); }

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

border-color css

<style>
 span { border-color: #68349C; }

 span { border-color: rgb(104,52,156); }

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