Html Css Color HEX #68349B Royal Purple

📋 copy color: '#68349B'

red 104 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #68349B

Tints of Royal Purple #68349B

RGB

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

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

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

R = 33.44%
G = 16.72%
B = 49.84%

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

#68349B (or 0x68349B) is known color: Royal Purple. HEX triplet: 68, 34 and 9B. RGB value is (104,52,155). Sum of RGB (Red+Green+Blue) = 104+52+155=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #68349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68349B is #97CB64. Grayscale: #4E4E4E. Windows color (decimal): -9948005 or 10171496. OLE color: 10171496.

HSL color Cylindrical-coordinate representation of color #68349B: hue angle of 270.29º degrees, saturation: 0.5, 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 #68349B is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 52 155 -
CMYK 0.33 0.66 0 0.39
HSL 270.29º 0.5% 0.41% -
HSV(B) 270.29º 0.66% 0.61% -
XYZ 12.85 7.77 31.83 -
YUV 79.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 104 52 155 0.33 0.66 0 0.39 270.29 0.5 0.41
Hex 68 34 9B 21 42 0 27 10E 32 29
Octal 150 64 233 41 102 0 47 416 62 51
Binary 1101000 110100 10011011 100001 1000010 0 100111 100001110 110010 101001

Color Harmonies of #68349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68349B

Black with #68349B

Text Example


Text Example

White with #68349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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