Html Css Color HEX #61339D Royal Purple

📋 copy color: '#61339D'

red 97 ◦ green 51 ◦ blue 157

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

Shades of Royal Purple #61339D

Tints of Royal Purple #61339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

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

R = 31.8%
G = 16.72%
B = 51.48%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61339D (or 0x61339D) is known color: Royal Purple. HEX triplet: 61, 33 and 9D. RGB value is (97,51,157). Sum of RGB (Red+Green+Blue) = 97+51+157=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #61339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61339D is #9ECC62. Grayscale: #4C4C4C. Windows color (decimal): -10407011 or 10302305. OLE color: 10302305.

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

Color convert

RGB 97 51 157 -
CMYK 0.38 0.68 0 0.38
HSL 266.04º 0.51% 0.41% -
HSV(B) 266.04º 0.68% 0.62% -
XYZ 12.2 7.34 32.67 -
YUV 76.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 97 51 157 0.38 0.68 0 0.38 266.04 0.51 0.41
Hex 61 33 9D 26 44 0 26 10A 33 29
Octal 141 63 235 46 104 0 46 412 63 51
Binary 1100001 110011 10011101 100110 1000100 0 100110 100001010 110011 101001

Color Harmonies of #61339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61339D

Black with #61339D

Text Example


Text Example

White with #61339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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