Html Css Color HEX #61369B Royal Purple

📋 copy color: '#61369B'

red 97 ◦ green 54 ◦ blue 155

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

Shades of Royal Purple #61369B

Tints of Royal Purple #61369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 31.7%
G = 17.65%
B = 50.65%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61369B (or 0x61369B) is known color: Royal Purple. HEX triplet: 61, 36 and 9B. RGB value is (97,54,155). Sum of RGB (Red+Green+Blue) = 97+54+155=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #61369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61369B is #9EC964. Grayscale: #4E4E4E. Windows color (decimal): -10406245 or 10172001. OLE color: 10172001.

HSL color Cylindrical-coordinate representation of color #61369B: hue angle of 265.54º degrees, saturation: 0.48, 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 #61369B is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 54 155 -
CMYK 0.37 0.65 0 0.39
HSL 265.54º 0.48% 0.41% -
HSV(B) 265.54º 0.65% 0.61% -
XYZ 12.17 7.55 31.83 -
YUV 78.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 97 54 155 0.37 0.65 0 0.39 265.54 0.48 0.41
Hex 61 36 9B 25 41 0 27 10A 30 29
Octal 141 66 233 45 101 0 47 412 60 51
Binary 1100001 110110 10011011 100101 1000001 0 100111 100001010 110000 101001

Color Harmonies of #61369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61369B

Black with #61369B

Text Example


Text Example

White with #61369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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