Html Css Color HEX #68229D Royal Purple

📋 copy color: '#68229D'

red 104 ◦ green 34 ◦ blue 157

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

Shades of Royal Purple #68229D

Tints of Royal Purple #68229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 35.25%
G = 11.53%
B = 53.22%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68229D (or 0x68229D) is known color: Royal Purple. HEX triplet: 68, 22 and 9D. RGB value is (104,34,157). Sum of RGB (Red+Green+Blue) = 104+34+157=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #68229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68229D is #97DD62. Grayscale: #444444. Windows color (decimal): -9952611 or 10297960. OLE color: 10297960.

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

Color convert

RGB 104 34 157 -
CMYK 0.34 0.78 0 0.38
HSL 274.15º 0.64% 0.37% -
HSV(B) 274.15º 0.78% 0.62% -
XYZ 12.37 6.52 32.51 -
YUV 68.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 104 34 157 0.34 0.78 0 0.38 274.15 0.64 0.37
Hex 68 22 9D 22 4E 0 26 112 40 25
Octal 150 42 235 42 116 0 46 422 100 45
Binary 1101000 100010 10011101 100010 1001110 0 100110 100010010 1000000 100101

Color Harmonies of #68229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68229D

Black with #68229D

Text Example


Text Example

White with #68229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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