Html Css Color HEX #61239D Royal Purple

📋 copy color: '#61239D'

red 97 ◦ green 35 ◦ blue 157

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

Shades of Royal Purple #61239D

Tints of Royal Purple #61239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 33.56%
G = 12.11%
B = 54.33%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61239D (or 0x61239D) is known color: Royal Purple. HEX triplet: 61, 23 and 9D. RGB value is (97,35,157). Sum of RGB (Red+Green+Blue) = 97+35+157=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #61239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61239D is #9EDC62. Grayscale: #434343. Windows color (decimal): -10411107 or 10298209. OLE color: 10298209.

HSL color Cylindrical-coordinate representation of color #61239D: hue angle of 270.49º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61239D is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 35 157 -
CMYK 0.38 0.78 0 0.38
HSL 270.49º 0.64% 0.38% -
HSV(B) 270.49º 0.78% 0.62% -
XYZ 11.62 6.18 32.48 -
YUV 67.45 178.54 149.08 -
System Red Green Blue C M Y K H S L
Decimal 97 35 157 0.38 0.78 0 0.38 270.49 0.64 0.38
Hex 61 23 9D 26 4E 0 26 10E 40 26
Octal 141 43 235 46 116 0 46 416 100 46
Binary 1100001 100011 10011101 100110 1001110 0 100110 100001110 1000000 100110

Color Harmonies of #61239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61239D

Black with #61239D

Text Example


Text Example

White with #61239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61239D; }

 p { color: rgb(97,35,157); }

 H1.HeaderClassName
 {
   color: #61239D;
 }
 .AnyTagClassName
 {
   color: #61239D;
 }
</style>

background-color css

<style>
 a { background-color: #61239D; }

 a { background-color: rgb(97,35,157); }

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

border-color css

<style>
 span { border-color: #61239D; }

 span { border-color: rgb(97,35,157); }

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