Html Css Color HEX #68229A Royal Purple

📋 copy color: '#68229A'

red 104 ◦ green 34 ◦ blue 154

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

Shades of Royal Purple #68229A

Tints of Royal Purple #68229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.74%

R = 35.62%
G = 11.64%
B = 52.74%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68229A (or 0x68229A) is known color: Royal Purple. HEX triplet: 68, 22 and 9A. RGB value is (104,34,154). Sum of RGB (Red+Green+Blue) = 104+34+154=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #68229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68229A is #97DD65. Grayscale: #444444. Windows color (decimal): -9952614 or 10101352. OLE color: 10101352.

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

Color convert

RGB 104 34 154 -
CMYK 0.32 0.78 0 0.40
HSL 275º 0.64% 0.37% -
HSV(B) 275º 0.78% 0.6% -
XYZ 12.11 6.42 31.17 -
YUV 68.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 104 34 154 0.32 0.78 0 0.40 275 0.64 0.37
Hex 68 22 9A 20 4E 0 28 113 40 25
Octal 150 42 232 40 116 0 50 423 100 45
Binary 1101000 100010 10011010 100000 1001110 0 101000 100010011 1000000 100101

Color Harmonies of #68229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68229A

Black with #68229A

Text Example


Text Example

White with #68229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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