Html Css Color HEX #61369C Royal Purple

📋 copy color: '#61369C'

red 97 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #61369C

Tints of Royal Purple #61369C

RGB

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

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

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

R = 31.6%
G = 17.59%
B = 50.81%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61369C (or 0x61369C) is known color: Royal Purple. HEX triplet: 61, 36 and 9C. RGB value is (97,54,156). Sum of RGB (Red+Green+Blue) = 97+54+156=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #61369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61369C is #9EC963. Grayscale: #4E4E4E. Windows color (decimal): -10406244 or 10237537. OLE color: 10237537.

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

Color convert

RGB 97 54 156 -
CMYK 0.38 0.65 0 0.39
HSL 265.29º 0.49% 0.41% -
HSV(B) 265.29º 0.65% 0.61% -
XYZ 12.25 7.58 32.27 -
YUV 78.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 97 54 156 0.38 0.65 0 0.39 265.29 0.49 0.41
Hex 61 36 9C 26 41 0 27 109 31 29
Octal 141 66 234 46 101 0 47 411 61 51
Binary 1100001 110110 10011100 100110 1000001 0 100111 100001001 110001 101001

Color Harmonies of #61369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61369C

Black with #61369C

Text Example


Text Example

White with #61369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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