Html Css Color HEX #61199C Royal Purple

📋 copy color: '#61199C'

red 97 ◦ green 25 ◦ blue 156

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

Shades of Royal Purple #61199C

Tints of Royal Purple #61199C

RGB

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

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

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

R = 34.89%
G = 8.99%
B = 56.12%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61199C (or 0x61199C) is known color: Royal Purple. HEX triplet: 61, 19 and 9C. RGB value is (97,25,156). Sum of RGB (Red+Green+Blue) = 97+25+156=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #61199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61199C is #9EE663. Grayscale: #3D3D3D. Windows color (decimal): -10413668 or 10230113. OLE color: 10230113.

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

Color convert

RGB 97 25 156 -
CMYK 0.38 0.84 0 0.39
HSL 272.98º 0.72% 0.35% -
HSV(B) 272.98º 0.84% 0.61% -
XYZ 11.28 5.64 31.95 -
YUV 61.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 97 25 156 0.38 0.84 0 0.39 272.98 0.72 0.35
Hex 61 19 9C 26 54 0 27 111 48 23
Octal 141 31 234 46 124 0 47 421 110 43
Binary 1100001 11001 10011100 100110 1010100 0 100111 100010001 1001000 100011

Color Harmonies of #61199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61199C

Black with #61199C

Text Example


Text Example

White with #61199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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