Html Css Color HEX #68339B Royal Purple

📋 copy color: '#68339B'

red 104 ◦ green 51 ◦ blue 155

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

Shades of Royal Purple #68339B

Tints of Royal Purple #68339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 33.55%
G = 16.45%
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

#68339B (or 0x68339B) is known color: Royal Purple. HEX triplet: 68, 33 and 9B. RGB value is (104,51,155). Sum of RGB (Red+Green+Blue) = 104+51+155=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #68339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68339B is #97CC64. Grayscale: #4E4E4E. Windows color (decimal): -9948261 or 10171240. OLE color: 10171240.

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

Color convert

RGB 104 51 155 -
CMYK 0.33 0.67 0 0.39
HSL 270.58º 0.5% 0.4% -
HSV(B) 270.58º 0.67% 0.61% -
XYZ 12.81 7.68 31.82 -
YUV 78.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 104 51 155 0.33 0.67 0 0.39 270.58 0.5 0.4
Hex 68 33 9B 21 43 0 27 10F 32 28
Octal 150 63 233 41 103 0 47 417 62 50
Binary 1101000 110011 10011011 100001 1000011 0 100111 100001111 110010 101000

Color Harmonies of #68339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68339B

Black with #68339B

Text Example


Text Example

White with #68339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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