Html Css Color HEX #61209A Royal Purple

📋 copy color: '#61209A'

red 97 ◦ green 32 ◦ blue 154

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

Shades of Royal Purple #61209A

Tints of Royal Purple #61209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 34.28%
G = 11.31%
B = 54.42%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61209A (or 0x61209A) is known color: Royal Purple. HEX triplet: 61, 20 and 9A. RGB value is (97,32,154). Sum of RGB (Red+Green+Blue) = 97+32+154=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #61209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61209A is #9EDF65. Grayscale: #404040. Windows color (decimal): -10411878 or 10100833. OLE color: 10100833.

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

Color convert

RGB 97 32 154 -
CMYK 0.37 0.79 0 0.40
HSL 271.97º 0.66% 0.36% -
HSV(B) 271.97º 0.79% 0.6% -
XYZ 11.28 5.91 31.12 -
YUV 65.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 97 32 154 0.37 0.79 0 0.40 271.97 0.66 0.36
Hex 61 20 9A 25 4F 0 28 110 42 24
Octal 141 40 232 45 117 0 50 420 102 44
Binary 1100001 100000 10011010 100101 1001111 0 101000 100010000 1000010 100100

Color Harmonies of #61209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61209A

Black with #61209A

Text Example


Text Example

White with #61209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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