Html Css Color HEX #68229B Royal Purple

📋 copy color: '#68229B'

red 104 ◦ green 34 ◦ blue 155

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

Shades of Royal Purple #68229B

Tints of Royal Purple #68229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 35.49%
G = 11.6%
B = 52.9%

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

#68229B (or 0x68229B) is known color: Royal Purple. HEX triplet: 68, 22 and 9B. RGB value is (104,34,155). Sum of RGB (Red+Green+Blue) = 104+34+155=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #68229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68229B is #97DD64. Grayscale: #444444. Windows color (decimal): -9952613 or 10166888. OLE color: 10166888.

HSL color Cylindrical-coordinate representation of color #68229B: hue angle of 274.71º 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 #68229B is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 34 155 -
CMYK 0.33 0.78 0 0.39
HSL 274.71º 0.64% 0.37% -
HSV(B) 274.71º 0.78% 0.61% -
XYZ 12.2 6.45 31.61 -
YUV 68.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 104 34 155 0.33 0.78 0 0.39 274.71 0.64 0.37
Hex 68 22 9B 21 4E 0 27 113 40 25
Octal 150 42 233 41 116 0 47 423 100 45
Binary 1101000 100010 10011011 100001 1001110 0 100111 100010011 1000000 100101

Color Harmonies of #68229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68229B

Black with #68229B

Text Example


Text Example

White with #68229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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