Html Css Color HEX #611D9E Royal Purple

📋 copy color: '#611D9E'

red 97 ◦ green 29 ◦ blue 158

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

Shades of Royal Purple #611D9E

Tints of Royal Purple #611D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

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

R = 34.15%
G = 10.21%
B = 55.63%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#611D9E (or 0x611D9E) is known color: Royal Purple. HEX triplet: 61, 1D and 9E. RGB value is (97,29,158). Sum of RGB (Red+Green+Blue) = 97+29+158=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #611D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611D9E is #9EE261. Grayscale: #3F3F3F. Windows color (decimal): -10412642 or 10362209. OLE color: 10362209.

HSL color Cylindrical-coordinate representation of color #611D9E: hue angle of 271.63º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611D9E is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 29 158 -
CMYK 0.39 0.82 0 0.38
HSL 271.63º 0.69% 0.37% -
HSV(B) 271.63º 0.82% 0.62% -
XYZ 11.54 5.89 32.88 -
YUV 64.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 97 29 158 0.39 0.82 0 0.38 271.63 0.69 0.37
Hex 61 1D 9E 27 52 0 26 110 45 25
Octal 141 35 236 47 122 0 46 420 105 45
Binary 1100001 11101 10011110 100111 1010010 0 100110 100010000 1000101 100101

Color Harmonies of #611D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D9E

Black with #611D9E

Text Example


Text Example

White with #611D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611D9E; }

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

 H1.HeaderClassName
 {
   color: #611D9E;
 }
 .AnyTagClassName
 {
   color: #611D9E;
 }
</style>

background-color css

<style>
 a { background-color: #611D9E; }

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

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

border-color css

<style>
 span { border-color: #611D9E; }

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

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