Html Css Color HEX #68229E Royal Purple

📋 copy color: '#68229E'

red 104 ◦ green 34 ◦ blue 158

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

Shades of Royal Purple #68229E

Tints of Royal Purple #68229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.38%

R = 35.14%
G = 11.49%
B = 53.38%

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

#68229E (or 0x68229E) is known color: Royal Purple. HEX triplet: 68, 22 and 9E. RGB value is (104,34,158). Sum of RGB (Red+Green+Blue) = 104+34+158=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #68229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68229E is #97DD61. Grayscale: #444444. Windows color (decimal): -9952610 or 10363496. OLE color: 10363496.

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

Color convert

RGB 104 34 158 -
CMYK 0.34 0.78 0 0.38
HSL 273.87º 0.65% 0.38% -
HSV(B) 273.87º 0.78% 0.62% -
XYZ 12.45 6.56 32.96 -
YUV 69.07 178.19 152.92 -
System Red Green Blue C M Y K H S L
Decimal 104 34 158 0.34 0.78 0 0.38 273.87 0.65 0.38
Hex 68 22 9E 22 4E 0 26 112 41 26
Octal 150 42 236 42 116 0 46 422 101 46
Binary 1101000 100010 10011110 100010 1001110 0 100110 100010010 1000001 100110

Color Harmonies of #68229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68229E

Black with #68229E

Text Example


Text Example

White with #68229E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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