Html Css Color HEX #61359C Royal Purple

📋 copy color: '#61359C'

red 97 ◦ green 53 ◦ blue 156

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

Shades of Royal Purple #61359C

Tints of Royal Purple #61359C

RGB

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

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

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

R = 31.7%
G = 17.32%
B = 50.98%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61359C (or 0x61359C) is known color: Royal Purple. HEX triplet: 61, 35 and 9C. RGB value is (97,53,156). Sum of RGB (Red+Green+Blue) = 97+53+156=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #61359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61359C is #9ECA63. Grayscale: #4D4D4D. Windows color (decimal): -10406500 or 10237281. OLE color: 10237281.

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

Color convert

RGB 97 53 156 -
CMYK 0.38 0.66 0 0.39
HSL 265.63º 0.49% 0.41% -
HSV(B) 265.63º 0.66% 0.61% -
XYZ 12.2 7.49 32.25 -
YUV 77.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 97 53 156 0.38 0.66 0 0.39 265.63 0.49 0.41
Hex 61 35 9C 26 42 0 27 10A 31 29
Octal 141 65 234 46 102 0 47 412 61 51
Binary 1100001 110101 10011100 100110 1000010 0 100111 100001010 110001 101001

Color Harmonies of #61359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61359C

Black with #61359C

Text Example


Text Example

White with #61359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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