Html Css Color HEX #68369A Royal Purple

📋 copy color: '#68369A'

red 104 ◦ green 54 ◦ blue 154

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

Shades of Royal Purple #68369A

Tints of Royal Purple #68369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 33.33%
G = 17.31%
B = 49.36%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68369A (or 0x68369A) is known color: Royal Purple. HEX triplet: 68, 36 and 9A. RGB value is (104,54,154). Sum of RGB (Red+Green+Blue) = 104+54+154=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #68369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68369A is #97C965. Grayscale: #505050. Windows color (decimal): -9947494 or 10106472. OLE color: 10106472.

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

Color convert

RGB 104 54 154 -
CMYK 0.32 0.65 0 0.40
HSL 270º 0.48% 0.41% -
HSV(B) 270º 0.65% 0.6% -
XYZ 12.86 7.91 31.42 -
YUV 80.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 104 54 154 0.32 0.65 0 0.40 270 0.48 0.41
Hex 68 36 9A 20 41 0 28 10E 30 29
Octal 150 66 232 40 101 0 50 416 60 51
Binary 1101000 110110 10011010 100000 1000001 0 101000 100001110 110000 101001

Color Harmonies of #68369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68369A

Black with #68369A

Text Example


Text Example

White with #68369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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