Html Css Color HEX #61199E Royal Purple

📋 copy color: '#61199E'

red 97 ◦ green 25 ◦ blue 158

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

Shades of Royal Purple #61199E

Tints of Royal Purple #61199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 158 (62.11% from 255) = 56.43%

R = 34.64%
G = 8.93%
B = 56.43%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61199E (or 0x61199E) is known color: Royal Purple. HEX triplet: 61, 19 and 9E. RGB value is (97,25,158). Sum of RGB (Red+Green+Blue) = 97+25+158=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #61199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61199E is #9EE661. Grayscale: #3D3D3D. Windows color (decimal): -10413666 or 10361185. OLE color: 10361185.

HSL color Cylindrical-coordinate representation of color #61199E: hue angle of 272.48º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61199E is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 25 158 -
CMYK 0.39 0.84 0 0.38
HSL 272.48º 0.73% 0.36% -
HSV(B) 272.48º 0.84% 0.62% -
XYZ 11.45 5.71 32.85 -
YUV 61.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 97 25 158 0.39 0.84 0 0.38 272.48 0.73 0.36
Hex 61 19 9E 27 54 0 26 110 49 24
Octal 141 31 236 47 124 0 46 420 111 44
Binary 1100001 11001 10011110 100111 1010100 0 100110 100010000 1001001 100100

Color Harmonies of #61199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61199E

Black with #61199E

Text Example


Text Example

White with #61199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61199E; }

 p { color: rgb(97,25,158); }

 H1.HeaderClassName
 {
   color: #61199E;
 }
 .AnyTagClassName
 {
   color: #61199E;
 }
</style>

background-color css

<style>
 a { background-color: #61199E; }

 a { background-color: rgb(97,25,158); }

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

border-color css

<style>
 span { border-color: #61199E; }

 span { border-color: rgb(97,25,158); }

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