Html Css Color HEX #68259A Royal Purple

📋 copy color: '#68259A'

red 104 ◦ green 37 ◦ blue 154

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

Shades of Royal Purple #68259A

Tints of Royal Purple #68259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 35.25%
G = 12.54%
B = 52.2%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68259A (or 0x68259A) is known color: Royal Purple. HEX triplet: 68, 25 and 9A. RGB value is (104,37,154). Sum of RGB (Red+Green+Blue) = 104+37+154=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #68259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68259A is #97DA65. Grayscale: #454545. Windows color (decimal): -9951846 or 10102120. OLE color: 10102120.

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

Color convert

RGB 104 37 154 -
CMYK 0.32 0.76 0 0.40
HSL 274.36º 0.61% 0.37% -
HSV(B) 274.36º 0.76% 0.6% -
XYZ 12.2 6.6 31.2 -
YUV 70.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 104 37 154 0.32 0.76 0 0.40 274.36 0.61 0.37
Hex 68 25 9A 20 4C 0 28 112 3D 25
Octal 150 45 232 40 114 0 50 422 75 45
Binary 1101000 100101 10011010 100000 1001100 0 101000 100010010 111101 100101

Color Harmonies of #68259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68259A

Black with #68259A

Text Example


Text Example

White with #68259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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