Html Css Color HEX #68229F Royal Purple

📋 copy color: '#68229F'

red 104 ◦ green 34 ◦ blue 159

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

Shades of Royal Purple #68229F

Tints of Royal Purple #68229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 35.02%
G = 11.45%
B = 53.54%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68229F (or 0x68229F) is known color: Royal Purple. HEX triplet: 68, 22 and 9F. RGB value is (104,34,159). Sum of RGB (Red+Green+Blue) = 104+34+159=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #68229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68229F is #97DD60. Grayscale: #444444. Windows color (decimal): -9952609 or 10429032. OLE color: 10429032.

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

Color convert

RGB 104 34 159 -
CMYK 0.35 0.79 0 0.38
HSL 273.6º 0.65% 0.38% -
HSV(B) 273.6º 0.79% 0.62% -
XYZ 12.54 6.59 33.41 -
YUV 69.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 104 34 159 0.35 0.79 0 0.38 273.6 0.65 0.38
Hex 68 22 9F 23 4F 0 26 112 41 26
Octal 150 42 237 43 117 0 46 422 101 46
Binary 1101000 100010 10011111 100011 1001111 0 100110 100010010 1000001 100110

Color Harmonies of #68229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68229F

Black with #68229F

Text Example


Text Example

White with #68229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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