Html Css Color HEX #68309B Royal Purple

📋 copy color: '#68309B'

red 104 ◦ green 48 ◦ blue 155

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

Shades of Royal Purple #68309B

Tints of Royal Purple #68309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

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

R = 33.88%
G = 15.64%
B = 50.49%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68309B (or 0x68309B) is known color: Royal Purple. HEX triplet: 68, 30 and 9B. RGB value is (104,48,155). Sum of RGB (Red+Green+Blue) = 104+48+155=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #68309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68309B is #97CF64. Grayscale: #4C4C4C. Windows color (decimal): -9949029 or 10170472. OLE color: 10170472.

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

Color convert

RGB 104 48 155 -
CMYK 0.33 0.69 0 0.39
HSL 271.4º 0.53% 0.4% -
HSV(B) 271.4º 0.69% 0.61% -
XYZ 12.68 7.42 31.77 -
YUV 76.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 104 48 155 0.33 0.69 0 0.39 271.4 0.53 0.4
Hex 68 30 9B 21 45 0 27 10F 35 28
Octal 150 60 233 41 105 0 47 417 65 50
Binary 1101000 110000 10011011 100001 1000101 0 100111 100001111 110101 101000

Color Harmonies of #68309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68309B

Black with #68309B

Text Example


Text Example

White with #68309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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