Html Css Color HEX #61359A Royal Purple

📋 copy color: '#61359A'

red 97 ◦ green 53 ◦ blue 154

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

Shades of Royal Purple #61359A

Tints of Royal Purple #61359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 31.91%
G = 17.43%
B = 50.66%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61359A (or 0x61359A) is known color: Royal Purple. HEX triplet: 61, 35 and 9A. RGB value is (97,53,154). Sum of RGB (Red+Green+Blue) = 97+53+154=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #61359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61359A is #9ECA65. Grayscale: #4D4D4D. Windows color (decimal): -10406502 or 10106209. OLE color: 10106209.

HSL color Cylindrical-coordinate representation of color #61359A: hue angle of 266.14º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61359A is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 53 154 -
CMYK 0.37 0.66 0 0.40
HSL 266.14º 0.49% 0.41% -
HSV(B) 266.14º 0.66% 0.6% -
XYZ 12.04 7.42 31.37 -
YUV 77.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 97 53 154 0.37 0.66 0 0.40 266.14 0.49 0.41
Hex 61 35 9A 25 42 0 28 10A 31 29
Octal 141 65 232 45 102 0 50 412 61 51
Binary 1100001 110101 10011010 100101 1000010 0 101000 100001010 110001 101001

Color Harmonies of #61359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61359A

Black with #61359A

Text Example


Text Example

White with #61359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61359A; }

 p { color: rgb(97,53,154); }

 H1.HeaderClassName
 {
   color: #61359A;
 }
 .AnyTagClassName
 {
   color: #61359A;
 }
</style>

background-color css

<style>
 a { background-color: #61359A; }

 a { background-color: rgb(97,53,154); }

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

border-color css

<style>
 span { border-color: #61359A; }

 span { border-color: rgb(97,53,154); }

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