Html Css Color HEX #611B62 Palatinate Purple

📋 copy color: '#611B62'

red 97 ◦ green 27 ◦ blue 98

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

Shades of Palatinate Purple #611B62

Tints of Palatinate Purple #611B62

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

 BLUE value IS 98 (38.67% from 255) = 44.14%

R = 43.69%
G = 12.16%
B = 44.14%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611B62 (or 0x611B62) is known color: Palatinate Purple. HEX triplet: 61, 1B and 62. RGB value is (97,27,98). Sum of RGB (Red+Green+Blue) = 97+27+98=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #611B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B62 is #9EE49D. Grayscale: #373737. Windows color (decimal): -10413214 or 6429537. OLE color: 6429537.

HSL color Cylindrical-coordinate representation of color #611B62: hue angle of 299.15º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B62 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 98 -
CMYK 0.01 0.72 0 0.62
HSL 299.15º 0.57% 0.25% -
HSV(B) 299.15º 0.72% 0.38% -
XYZ 7.53 4.21 11.97 -
YUV 56.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 97 27 98 0.01 0.72 0 0.62 299.15 0.57 0.25
Hex 61 1B 62 1 48 0 3E 12B 39 19
Octal 141 33 142 1 110 0 76 453 71 31
Binary 1100001 11011 1100010 1 1001000 0 111110 100101011 111001 11001

Color Harmonies of #611B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B62

Black with #611B62

Text Example


Text Example

White with #611B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,27,98); }

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

background-color css

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

 a { background-color: rgb(97,27,98); }

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

border-color css

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

 span { border-color: rgb(97,27,98); }

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