Html Css Color HEX #68229C Royal Purple

📋 copy color: '#68229C'

red 104 ◦ green 34 ◦ blue 156

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

Shades of Royal Purple #68229C

Tints of Royal Purple #68229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.06%

R = 35.37%
G = 11.56%
B = 53.06%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68229C (or 0x68229C) is known color: Royal Purple. HEX triplet: 68, 22 and 9C. RGB value is (104,34,156). Sum of RGB (Red+Green+Blue) = 104+34+156=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #68229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68229C is #97DD63. Grayscale: #444444. Windows color (decimal): -9952612 or 10232424. OLE color: 10232424.

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

Color convert

RGB 104 34 156 -
CMYK 0.33 0.78 0 0.39
HSL 274.43º 0.64% 0.37% -
HSV(B) 274.43º 0.78% 0.61% -
XYZ 12.28 6.49 32.06 -
YUV 68.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 104 34 156 0.33 0.78 0 0.39 274.43 0.64 0.37
Hex 68 22 9C 21 4E 0 27 112 40 25
Octal 150 42 234 41 116 0 47 422 100 45
Binary 1101000 100010 10011100 100001 1001110 0 100111 100010010 1000000 100101

Color Harmonies of #68229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68229C

Black with #68229C

Text Example


Text Example

White with #68229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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