Html Css Color HEX #68249A Royal Purple

📋 copy color: '#68249A'

red 104 ◦ green 36 ◦ blue 154

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

Shades of Royal Purple #68249A

Tints of Royal Purple #68249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

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

R = 35.37%
G = 12.24%
B = 52.38%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68249A (or 0x68249A) is known color: Royal Purple. HEX triplet: 68, 24 and 9A. RGB value is (104,36,154). Sum of RGB (Red+Green+Blue) = 104+36+154=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #68249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68249A is #97DB65. Grayscale: #454545. Windows color (decimal): -9952102 or 10101864. OLE color: 10101864.

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

Color convert

RGB 104 36 154 -
CMYK 0.32 0.77 0 0.40
HSL 274.58º 0.62% 0.37% -
HSV(B) 274.58º 0.77% 0.6% -
XYZ 12.17 6.54 31.19 -
YUV 69.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 104 36 154 0.32 0.77 0 0.40 274.58 0.62 0.37
Hex 68 24 9A 20 4D 0 28 113 3E 25
Octal 150 44 232 40 115 0 50 423 76 45
Binary 1101000 100100 10011010 100000 1001101 0 101000 100010011 111110 100101

Color Harmonies of #68249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68249A

Black with #68249A

Text Example


Text Example

White with #68249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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