Html Css Color HEX #611C9D Royal Purple

📋 copy color: '#611C9D'

red 97 ◦ green 28 ◦ blue 157

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

Shades of Royal Purple #611C9D

Tints of Royal Purple #611C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

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

R = 34.4%
G = 9.93%
B = 55.67%

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

#611C9D (or 0x611C9D) is known color: Royal Purple. HEX triplet: 61, 1C and 9D. RGB value is (97,28,157). Sum of RGB (Red+Green+Blue) = 97+28+157=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #611C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611C9D is #9EE362. Grayscale: #3E3E3E. Windows color (decimal): -10412899 or 10296417. OLE color: 10296417.

HSL color Cylindrical-coordinate representation of color #611C9D: hue angle of 272.09º degrees, saturation: 0.7, 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 #611C9D is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 28 157 -
CMYK 0.38 0.82 0 0.38
HSL 272.09º 0.7% 0.36% -
HSV(B) 272.09º 0.82% 0.62% -
XYZ 11.43 5.81 32.42 -
YUV 63.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 97 28 157 0.38 0.82 0 0.38 272.09 0.7 0.36
Hex 61 1C 9D 26 52 0 26 110 46 24
Octal 141 34 235 46 122 0 46 420 106 44
Binary 1100001 11100 10011101 100110 1010010 0 100110 100010000 1000110 100100

Color Harmonies of #611C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C9D

Black with #611C9D

Text Example


Text Example

White with #611C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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