Html Css Color HEX #611D9D Royal Purple

📋 copy color: '#611D9D'

red 97 ◦ green 29 ◦ blue 157

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

Shades of Royal Purple #611D9D

Tints of Royal Purple #611D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 34.28%
G = 10.25%
B = 55.48%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#611D9D (or 0x611D9D) is known color: Royal Purple. HEX triplet: 61, 1D and 9D. RGB value is (97,29,157). Sum of RGB (Red+Green+Blue) = 97+29+157=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #611D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611D9D is #9EE262. Grayscale: #3F3F3F. Windows color (decimal): -10412643 or 10296673. OLE color: 10296673.

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

Color convert

RGB 97 29 157 -
CMYK 0.38 0.82 0 0.38
HSL 271.88º 0.69% 0.36% -
HSV(B) 271.88º 0.82% 0.62% -
XYZ 11.45 5.85 32.42 -
YUV 63.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 97 29 157 0.38 0.82 0 0.38 271.88 0.69 0.36
Hex 61 1D 9D 26 52 0 26 110 45 24
Octal 141 35 235 46 122 0 46 420 105 44
Binary 1100001 11101 10011101 100110 1010010 0 100110 100010000 1000101 100100

Color Harmonies of #611D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D9D

Black with #611D9D

Text Example


Text Example

White with #611D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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