Html Css Color HEX #611FA2 Royal Purple

📋 copy color: '#611FA2'

red 97 ◦ green 31 ◦ blue 162

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

Shades of Royal Purple #611FA2

Tints of Royal Purple #611FA2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 162 (63.67% from 255) = 55.86%

R = 33.45%
G = 10.69%
B = 55.86%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#611FA2 (or 0x611FA2) is known color: Royal Purple. HEX triplet: 61, 1F and A2. RGB value is (97,31,162). Sum of RGB (Red+Green+Blue) = 97+31+162=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #611FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611FA2 is #9EE05D. Grayscale: #414141. Windows color (decimal): -10412126 or 10624865. OLE color: 10624865.

HSL color Cylindrical-coordinate representation of color #611FA2: hue angle of 270.23º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611FA2 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 31 162 -
CMYK 0.40 0.81 0 0.36
HSL 270.23º 0.68% 0.38% -
HSV(B) 270.23º 0.81% 0.64% -
XYZ 11.94 6.13 34.74 -
YUV 65.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 97 31 162 0.40 0.81 0 0.36 270.23 0.68 0.38
Hex 61 1F A2 28 51 0 24 10E 44 26
Octal 141 37 242 50 121 0 44 416 104 46
Binary 1100001 11111 10100010 101000 1010001 0 100100 100001110 1000100 100110

Color Harmonies of #611FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FA2

Black with #611FA2

Text Example


Text Example

White with #611FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,31,162); }

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

background-color css

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

 a { background-color: rgb(97,31,162); }

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

border-color css

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

 span { border-color: rgb(97,31,162); }

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