Html Css Color HEX #68449D Royal Purple

📋 copy color: '#68449D'

red 104 ◦ green 68 ◦ blue 157

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

Shades of Royal Purple #68449D

Tints of Royal Purple #68449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 31.61%
G = 20.67%
B = 47.72%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68449D (or 0x68449D) is known color: Royal Purple. HEX triplet: 68, 44 and 9D. RGB value is (104,68,157). Sum of RGB (Red+Green+Blue) = 104+68+157=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #68449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68449D is #97BB62. Grayscale: #585858. Windows color (decimal): -9943907 or 10306664. OLE color: 10306664.

HSL color Cylindrical-coordinate representation of color #68449D: hue angle of 264.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68449D is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 68 157 -
CMYK 0.34 0.57 0 0.38
HSL 264.27º 0.4% 0.44% -
HSV(B) 264.27º 0.57% 0.62% -
XYZ 13.86 9.51 33 -
YUV 88.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 104 68 157 0.34 0.57 0 0.38 264.27 0.4 0.44
Hex 68 44 9D 22 39 0 26 108 28 2C
Octal 150 104 235 42 71 0 46 410 50 54
Binary 1101000 1000100 10011101 100010 111001 0 100110 100001000 101000 101100

Color Harmonies of #68449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68449D

Black with #68449D

Text Example


Text Example

White with #68449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68449D; }

 p { color: rgb(104,68,157); }

 H1.HeaderClassName
 {
   color: #68449D;
 }
 .AnyTagClassName
 {
   color: #68449D;
 }
</style>

background-color css

<style>
 a { background-color: #68449D; }

 a { background-color: rgb(104,68,157); }

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

border-color css

<style>
 span { border-color: #68449D; }

 span { border-color: rgb(104,68,157); }

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