Html Css Color HEX #61249C Royal Purple

📋 copy color: '#61249C'

red 97 ◦ green 36 ◦ blue 156

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

Shades of Royal Purple #61249C

Tints of Royal Purple #61249C

RGB

 RED value IS 97 (38.28% from 255) = 33.56%

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

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

R = 33.56%
G = 12.46%
B = 53.98%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61249C (or 0x61249C) is known color: Royal Purple. HEX triplet: 61, 24 and 9C. RGB value is (97,36,156). Sum of RGB (Red+Green+Blue) = 97+36+156=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #61249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61249C is #9EDB63. Grayscale: #434343. Windows color (decimal): -10410852 or 10232929. OLE color: 10232929.

HSL color Cylindrical-coordinate representation of color #61249C: hue angle of 270.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61249C is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 36 156 -
CMYK 0.38 0.77 0 0.39
HSL 270.5º 0.63% 0.38% -
HSV(B) 270.5º 0.77% 0.61% -
XYZ 11.56 6.2 32.04 -
YUV 67.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 97 36 156 0.38 0.77 0 0.39 270.5 0.63 0.38
Hex 61 24 9C 26 4D 0 27 10E 3E 26
Octal 141 44 234 46 115 0 47 416 76 46
Binary 1100001 100100 10011100 100110 1001101 0 100111 100001110 111110 100110

Color Harmonies of #61249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61249C

Black with #61249C

Text Example


Text Example

White with #61249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,36,156); }

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

background-color css

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

 a { background-color: rgb(97,36,156); }

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

border-color css

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

 span { border-color: rgb(97,36,156); }

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