Html Css Color HEX #61379F Royal Purple

📋 copy color: '#61379F'

red 97 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #61379F

Tints of Royal Purple #61379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 31.19%
G = 17.68%
B = 51.13%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61379F (or 0x61379F) is known color: Royal Purple. HEX triplet: 61, 37 and 9F. RGB value is (97,55,159). Sum of RGB (Red+Green+Blue) = 97+55+159=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #61379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61379F is #9EC860. Grayscale: #4F4F4F. Windows color (decimal): -10405985 or 10434401. OLE color: 10434401.

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

Color convert

RGB 97 55 159 -
CMYK 0.39 0.65 0 0.38
HSL 264.23º 0.49% 0.42% -
HSV(B) 264.23º 0.65% 0.62% -
XYZ 12.55 7.78 33.64 -
YUV 79.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 97 55 159 0.39 0.65 0 0.38 264.23 0.49 0.42
Hex 61 37 9F 27 41 0 26 108 31 2A
Octal 141 67 237 47 101 0 46 410 61 52
Binary 1100001 110111 10011111 100111 1000001 0 100110 100001000 110001 101010

Color Harmonies of #61379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61379F

Black with #61379F

Text Example


Text Example

White with #61379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61379F; }

 p { color: rgb(97,55,159); }

 H1.HeaderClassName
 {
   color: #61379F;
 }
 .AnyTagClassName
 {
   color: #61379F;
 }
</style>

background-color css

<style>
 a { background-color: #61379F; }

 a { background-color: rgb(97,55,159); }

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

border-color css

<style>
 span { border-color: #61379F; }

 span { border-color: rgb(97,55,159); }

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